pub struct ResetNotifySettings {}Expand description
Trait Implementations§
Source§impl Clone for ResetNotifySettings
impl Clone for ResetNotifySettings
Source§fn clone(&self) -> ResetNotifySettings
fn clone(&self) -> ResetNotifySettings
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 ResetNotifySettings
impl Debug for ResetNotifySettings
Source§impl Identifiable for ResetNotifySettings
impl Identifiable for ResetNotifySettings
Source§const CONSTRUCTOR_ID: u32 = 0xdb7e1747
const CONSTRUCTOR_ID: u32 = 0xdb7e1747
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ResetNotifySettings
impl PartialEq for ResetNotifySettings
Source§impl RemoteCall for ResetNotifySettings
impl RemoteCall for ResetNotifySettings
Source§impl Serializable for ResetNotifySettings
impl Serializable for ResetNotifySettings
impl StructuralPartialEq for ResetNotifySettings
Auto Trait Implementations§
impl Freeze for ResetNotifySettings
impl RefUnwindSafe for ResetNotifySettings
impl Send for ResetNotifySettings
impl Sync for ResetNotifySettings
impl Unpin for ResetNotifySettings
impl UnsafeUnpin for ResetNotifySettings
impl UnwindSafe for ResetNotifySettings
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