Struct jamendo::Artist [] [src]

pub struct Artist {
    pub id: u32,
    pub name: String,
    pub website: String,
    pub joindate: String,
    pub image: String,
    pub shorturl: String,
    pub shareurl: String,
}

A artist resource

Fields

id
name
website
joindate
image
shorturl
shareurl

Trait Implementations

impl Deserialize for Artist

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

impl Serialize for Artist

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

Derived Implementations

impl Debug for Artist

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