pub struct UpdateNotifySettings {
pub peer: InputNotifyPeer,
pub settings: InputPeerNotifySettings,
}Expand description
Generated from:
account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = BoolFields§
§peer: InputNotifyPeer§settings: InputPeerNotifySettingsTrait Implementations§
Source§impl Clone for UpdateNotifySettings
impl Clone for UpdateNotifySettings
Source§fn clone(&self) -> UpdateNotifySettings
fn clone(&self) -> UpdateNotifySettings
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 UpdateNotifySettings
impl Debug for UpdateNotifySettings
Source§impl Identifiable for UpdateNotifySettings
impl Identifiable for UpdateNotifySettings
Source§const CONSTRUCTOR_ID: u32 = 0x84be5b93
const CONSTRUCTOR_ID: u32 = 0x84be5b93
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateNotifySettings
impl PartialEq for UpdateNotifySettings
Source§impl RemoteCall for UpdateNotifySettings
impl RemoteCall for UpdateNotifySettings
Source§impl Serializable for UpdateNotifySettings
impl Serializable for UpdateNotifySettings
impl StructuralPartialEq for UpdateNotifySettings
Auto Trait Implementations§
impl Freeze for UpdateNotifySettings
impl RefUnwindSafe for UpdateNotifySettings
impl Send for UpdateNotifySettings
impl Sync for UpdateNotifySettings
impl Unpin for UpdateNotifySettings
impl UnsafeUnpin for UpdateNotifySettings
impl UnwindSafe for UpdateNotifySettings
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