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