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