pub struct Myself {Show 17 fields
pub id: String,
pub name: String,
pub email: String,
pub phone: String,
pub address: String,
pub city: String,
pub zipcode: String,
pub country: String,
pub avatar: String,
pub creation_date: u64,
pub lang: String,
pub email_validated: bool,
pub oauth_apps: Vec<String>,
pub admin: bool,
pub can_pay: bool,
pub preferred_mfa: String,
pub has_password: bool,
}Fields§
§id: String§name: String§email: String§phone: String§address: String§city: String§zipcode: String§country: String§avatar: String§creation_date: u64§lang: String§email_validated: bool§oauth_apps: Vec<String>§admin: bool§can_pay: bool§preferred_mfa: String§has_password: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Myself
impl<'de> Deserialize<'de> for Myself
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Myself
impl StructuralPartialEq for Myself
Auto Trait Implementations§
impl Freeze for Myself
impl RefUnwindSafe for Myself
impl Send for Myself
impl Sync for Myself
impl Unpin for Myself
impl UnwindSafe for Myself
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.