Struct spotify::status::ResourceLocation [] [src]

pub struct ResourceLocation {
    pub og: String,
}

A Spotify resource location.

Fields

The online resource url.

Trait Implementations

impl Clone for ResourceLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a JsonValue> for ResourceLocation
[src]

Implements From<&'a JsonValue> for ResourceLocation.

Performs the conversion.