pub struct UserData {
Show 39 fields pub login: String, pub title: String, pub internal_email: String, pub lastname: String, pub firstname: String, pub userinfo: UserDataInfo, pub referent_used: bool, pub picture: String, pub picture_fun: Option<String>, pub scolaryear: Option<String>, pub promo: Option<u32>, pub semester: Option<u32>, pub location: String, pub documents: Option<String>, pub userdocs: Option<String>, pub shell: Option<String>, pub close: bool, pub ctime: String, pub mtime: String, pub id_promo: Option<String>, pub id_history: Option<String>, pub course_code: Option<String>, pub semester_code: Option<String>, pub school_id: Option<String>, pub school_code: Option<String>, pub school_title: Option<String>, pub old_id_promo: Option<String>, pub old_id_location: Option<String>, pub rights: Value, pub invited: bool, pub studentyear: Option<u32>, pub admin: bool, pub editable: bool, pub groups: Vec<UserDataGroup>, pub events: Option<Vec<Value>>, pub credits: Option<u32>, pub gpa: Option<Vec<UserDataGPA>>, pub spice: Option<UserDataSpice>, pub nsstat: Option<UserDataNsStat>,
}

Fields

login: Stringtitle: Stringinternal_email: Stringlastname: Stringfirstname: Stringuserinfo: UserDataInforeferent_used: boolpicture: Stringpicture_fun: Option<String>scolaryear: Option<String>promo: Option<u32>semester: Option<u32>location: Stringdocuments: Option<String>userdocs: Option<String>shell: Option<String>close: boolctime: Stringmtime: Stringid_promo: Option<String>id_history: Option<String>course_code: Option<String>semester_code: Option<String>school_id: Option<String>school_code: Option<String>school_title: Option<String>old_id_promo: Option<String>old_id_location: Option<String>rights: Valueinvited: boolstudentyear: Option<u32>admin: booleditable: boolgroups: Vec<UserDataGroup>events: Option<Vec<Value>>credits: Option<u32>gpa: Option<Vec<UserDataGPA>>spice: Option<UserDataSpice>nsstat: Option<UserDataNsStat>

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.