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