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