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