Struct spotrust::model::SpotifyCategory [] [src]

pub struct SpotifyCategory {
    pub href: String,
    pub icons: Vec<SpotifyImage>,
    pub id: String,
    pub name: String,
}

Fields

Trait Implementations

impl Clone for SpotifyCategory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpotifyCategory
[src]

[src]

Formats the value using the given formatter.