Struct spotrust::model::SpotifyArtistSimplified
[−]
[src]
pub struct SpotifyArtistSimplified {
pub external_urls: SpotifyExternalUrls,
pub href: String,
pub id: String,
pub name: String,
pub type_: String,
pub uri: String,
}Fields
external_urls: SpotifyExternalUrls
href: String
id: String
name: String
type_: String
uri: String
Trait Implementations
impl Clone for SpotifyArtistSimplified[src]
fn clone(&self) -> SpotifyArtistSimplified[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