Struct spotrust::model::SpotifyContext [] [src]

pub struct SpotifyContext {
    pub type_: String,
    pub href: String,
    pub external_urls: SpotifyExternalUrls,
    pub uri: String,
}

Fields

Trait Implementations

impl Clone for SpotifyContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpotifyContext
[src]

[src]

Formats the value using the given formatter.