pub struct PrivateChatGetAccountSummary {
pub email: Option<String>,
pub nick: Option<String>,
pub registered: bool,
pub system_name: Option<String>,
}Fields§
§email: Option<String>§nick: Option<String>§registered: bool§system_name: Option<String>Trait Implementations§
Source§impl Clone for PrivateChatGetAccountSummary
impl Clone for PrivateChatGetAccountSummary
Source§fn clone(&self) -> PrivateChatGetAccountSummary
fn clone(&self) -> PrivateChatGetAccountSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 PrivateChatGetAccountSummary
impl Debug for PrivateChatGetAccountSummary
Source§impl Default for PrivateChatGetAccountSummary
impl Default for PrivateChatGetAccountSummary
Source§fn default() -> PrivateChatGetAccountSummary
fn default() -> PrivateChatGetAccountSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateChatGetAccountSummary
impl<'de> Deserialize<'de> for PrivateChatGetAccountSummary
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
Source§impl PartialEq for PrivateChatGetAccountSummary
impl PartialEq for PrivateChatGetAccountSummary
Source§fn eq(&self, other: &PrivateChatGetAccountSummary) -> bool
fn eq(&self, other: &PrivateChatGetAccountSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateChatGetAccountSummary
Auto Trait Implementations§
impl Freeze for PrivateChatGetAccountSummary
impl RefUnwindSafe for PrivateChatGetAccountSummary
impl Send for PrivateChatGetAccountSummary
impl Sync for PrivateChatGetAccountSummary
impl Unpin for PrivateChatGetAccountSummary
impl UnwindSafe for PrivateChatGetAccountSummary
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