Struct spotrust::model::SpotifyTrackFull [] [src]

pub struct SpotifyTrackFull {
    pub album: SpotifyAlbumSimplified,
    pub artists: Vec<SpotifyArtistSimplified>,
    pub available_markets: Vec<String>,
    pub disc_number: usize,
    pub duration_ms: usize,
    pub explicit: bool,
    pub external_ids: SpotifyExternalIds,
    pub external_urls: SpotifyExternalUrls,
    pub href: String,
    pub id: String,
    pub name: String,
    pub popularity: usize,
    pub preview_url: Option<String>,
    pub track_number: usize,
    pub type_: String,
    pub uri: String,
}

Fields

Trait Implementations

impl Clone for SpotifyTrackFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpotifyTrackFull
[src]

[src]

Formats the value using the given formatter.