Struct epitech_api::response::UserEntry[][src]

pub struct UserEntry {
    pub title: String,
    pub login: String,
    pub nom: String,
    pub prenom: String,
    pub picture: Option<String>,
    pub location: Location,
}

Fields

Trait Implementations

impl Debug for UserEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for UserEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UserEntry

impl Sync for UserEntry