pub struct DetailedPersonInfo {Show 15 fields
pub id: Option<String>,
pub first_name: Option<String>,
pub last_name: Option<String>,
pub image: Option<String>,
pub active: Option<String>,
pub deleted: Option<String>,
pub allows_voip_calls: bool,
pub mx_user_id: Option<String>,
pub federated: bool,
pub online: bool,
pub public_key: Option<String>,
pub public_key_signature: Option<String>,
pub public_signing_key: Option<String>,
pub public_key_ca_signature: Option<String>,
pub language: Option<String>,
}Fields§
§id: Option<String>§first_name: Option<String>§last_name: Option<String>§image: Option<String>§active: Option<String>§deleted: Option<String>§allows_voip_calls: bool§mx_user_id: Option<String>§federated: bool§online: bool§public_key: Option<String>§public_key_signature: Option<String>§public_signing_key: Option<String>§public_key_ca_signature: Option<String>§language: Option<String>Trait Implementations§
Source§impl Clone for DetailedPersonInfo
impl Clone for DetailedPersonInfo
Source§fn clone(&self) -> DetailedPersonInfo
fn clone(&self) -> DetailedPersonInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetailedPersonInfo
impl Debug for DetailedPersonInfo
Source§impl<'de> Deserialize<'de> for DetailedPersonInfo
impl<'de> Deserialize<'de> for DetailedPersonInfo
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 DetailedPersonInfo
Source§impl Hash for DetailedPersonInfo
impl Hash for DetailedPersonInfo
Source§impl PartialEq for DetailedPersonInfo
impl PartialEq for DetailedPersonInfo
Source§impl Serialize for DetailedPersonInfo
impl Serialize for DetailedPersonInfo
impl StructuralPartialEq for DetailedPersonInfo
Auto Trait Implementations§
impl Freeze for DetailedPersonInfo
impl RefUnwindSafe for DetailedPersonInfo
impl Send for DetailedPersonInfo
impl Sync for DetailedPersonInfo
impl Unpin for DetailedPersonInfo
impl UnsafeUnpin for DetailedPersonInfo
impl UnwindSafe for DetailedPersonInfo
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.