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
title: String
login: String
nom: String
prenom: String
picture: Option<String>
location: Location
Trait Implementations
impl Debug for UserEntry[src]
impl Debug for UserEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for UserEntry[src]
impl Clone for UserEntry