pub struct GetGlobalPrivacySettings {}Expand description
account.getGlobalPrivacySettings
Generated from:
account.getGlobalPrivacySettings#eb2b4cf6 = GlobalPrivacySettingsTrait Implementations§
Source§impl Clone for GetGlobalPrivacySettings
impl Clone for GetGlobalPrivacySettings
Source§fn clone(&self) -> GetGlobalPrivacySettings
fn clone(&self) -> GetGlobalPrivacySettings
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 GetGlobalPrivacySettings
impl Debug for GetGlobalPrivacySettings
Source§impl Identifiable for GetGlobalPrivacySettings
impl Identifiable for GetGlobalPrivacySettings
Source§const CONSTRUCTOR_ID: u32 = 0xeb2b4cf6
const CONSTRUCTOR_ID: u32 = 0xeb2b4cf6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetGlobalPrivacySettings
impl PartialEq for GetGlobalPrivacySettings
Source§impl RemoteCall for GetGlobalPrivacySettings
impl RemoteCall for GetGlobalPrivacySettings
Source§type Return = GlobalPrivacySettings
type Return = GlobalPrivacySettings
The deserialized response type.
impl StructuralPartialEq for GetGlobalPrivacySettings
Auto Trait Implementations§
impl Freeze for GetGlobalPrivacySettings
impl RefUnwindSafe for GetGlobalPrivacySettings
impl Send for GetGlobalPrivacySettings
impl Sync for GetGlobalPrivacySettings
impl Unpin for GetGlobalPrivacySettings
impl UnsafeUnpin for GetGlobalPrivacySettings
impl UnwindSafe for GetGlobalPrivacySettings
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