Struct talk_api_internal::account::MoreSettings
source · pub struct MoreSettings {Show 17 fields
pub since: u64,
pub account_id: u64,
pub accuont_display_id: String,
pub hashed_account_id: String,
pub pstn_number: String,
pub formatted_pstn_number: String,
pub nsn_number: String,
pub formatted_nsn_number: String,
pub email_address: String,
pub email_verified: bool,
pub uuid: Option<String>,
pub uuid_serachable: bool,
pub nickname: String,
pub profile_image_url: String,
pub full_profile_image_url: String,
pub original_profile_image_url: String,
pub status_message: String,
}
Fields§
§since: u64
§account_id: u64
§accuont_display_id: String
§hashed_account_id: String
§pstn_number: String
§formatted_pstn_number: String
§nsn_number: String
§formatted_nsn_number: String
§email_address: String
§email_verified: bool
§uuid: Option<String>
§uuid_serachable: bool
§nickname: String
§profile_image_url: String
§full_profile_image_url: String
§original_profile_image_url: String
§status_message: String
Implementations§
Trait Implementations§
source§impl Clone for MoreSettings
impl Clone for MoreSettings
source§fn clone(&self) -> MoreSettings
fn clone(&self) -> MoreSettings
Returns a copy 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 MoreSettings
impl Debug for MoreSettings
source§impl<'de> Deserialize<'de> for MoreSettings
impl<'de> Deserialize<'de> for MoreSettings
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
Auto Trait Implementations§
impl RefUnwindSafe for MoreSettings
impl Send for MoreSettings
impl Sync for MoreSettings
impl Unpin for MoreSettings
impl UnwindSafe for MoreSettings
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