Struct epitech_api::response::UserBinomeEntry[][src]

pub struct UserBinomeEntry {
    pub login: String,
    pub picture: String,
    pub activities: String,
    pub id_activities: String,
    pub nb_activities: String,
    pub weight: String,
}

Fields

Trait Implementations

impl Debug for UserBinomeEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for UserBinomeEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserBinomeEntry
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations