Struct discogs::data_structures::Track [] [src]

pub struct Track {
    pub duration: String,
    pub position: String,
    pub title: String,
    pub type_: String,
    pub extra_artists: Option<Vec<Artist>>,
}

Fields

Trait Implementations

impl Debug for Track
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Track
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Track

impl Sync for Track