Struct spotify::status::Resource [] [src]

pub struct Resource {
    pub uri: String,
    pub name: String,
    pub location: ResourceLocation,
}

A Spotify resource.

Fields

The internal resource uri.

The name.

The location.

Trait Implementations

impl Clone for Resource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Implements From<&'a JsonValue> for Resource.

Performs the conversion.