Struct jamendo::UsersTracks [] [src]

pub struct UsersTracks {
    pub name: String,
    pub dispname: String,
    pub id: u32,
    pub lang: String,
    pub creationdate: String,
    pub tracks: Vec<PartialTrack>,
}

Fields

name
dispname
id
lang
creationdate
tracks

Trait Implementations

impl Deserialize for UsersTracks

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

impl Serialize for UsersTracks

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

Derived Implementations

impl Debug for UsersTracks

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