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