Struct spotrust::model::SpotifyTracks
[−]
[src]
pub struct SpotifyTracks { pub tracks: Vec<Option<SpotifyTrackFull>>, }
Fields
tracks: Vec<Option<SpotifyTrackFull>>
Trait Implementations
impl Clone for SpotifyTracks
[src]
fn clone(&self) -> SpotifyTracks
[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