Struct spotify::status::ResourceLocation
[−]
[src]
pub struct ResourceLocation {
pub og: String,
}A Spotify resource location.
Fields
og: String
The online resource url.
Trait Implementations
impl Clone for ResourceLocation[src]
fn clone(&self) -> ResourceLocation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> From<&'a JsonValue> for ResourceLocation[src]
Implements From<&'a JsonValue> for ResourceLocation.
fn from(json: &'a JsonValue) -> ResourceLocation
Performs the conversion.