Struct jamendo::Album [] [src]

pub struct Album {
    pub id: u32,
    pub name: String,
    pub releasedate: String,
    pub artist_id: String,
    pub artist_name: String,
    pub image: String,
    pub zip: String,
    pub shorturl: String,
    pub shareurl: String,
}

A album resource

Fields

id
name
releasedate
artist_id
artist_name
image
zip
shorturl
shareurl

Trait Implementations

impl Deserialize for Album

fn deserialize<__D>(deserializer: &mut __D) -> Result<Album, __D::Error> where __D: Deserializer

impl Serialize for Album

fn serialize<__S>(&self, _serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Derived Implementations

impl Debug for Album

fn fmt(&self, __arg_0: &mut Formatter) -> Result