Struct spotrust::model::SpotifyContext
[−]
[src]
pub struct SpotifyContext { pub type_: String, pub href: String, pub external_urls: SpotifyExternalUrls, pub uri: String, }
Fields
type_: String
href: String
external_urls: SpotifyExternalUrls
uri: String
Trait Implementations
impl Clone for SpotifyContext
[src]
fn clone(&self) -> SpotifyContext
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more