pub struct UpdateContactsReset {}Expand description
Trait Implementations§
Source§impl Clone for UpdateContactsReset
impl Clone for UpdateContactsReset
Source§fn clone(&self) -> UpdateContactsReset
fn clone(&self) -> UpdateContactsReset
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 UpdateContactsReset
impl Debug for UpdateContactsReset
Source§impl Deserializable for UpdateContactsReset
impl Deserializable for UpdateContactsReset
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateContactsReset> for Update
impl From<UpdateContactsReset> for Update
Source§fn from(_x: UpdateContactsReset) -> Self
fn from(_x: UpdateContactsReset) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateContactsReset
impl Identifiable for UpdateContactsReset
Source§const CONSTRUCTOR_ID: u32 = 0x7084a7be
const CONSTRUCTOR_ID: u32 = 0x7084a7be
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateContactsReset
impl PartialEq for UpdateContactsReset
Source§impl Serializable for UpdateContactsReset
impl Serializable for UpdateContactsReset
impl StructuralPartialEq for UpdateContactsReset
Auto Trait Implementations§
impl Freeze for UpdateContactsReset
impl RefUnwindSafe for UpdateContactsReset
impl Send for UpdateContactsReset
impl Sync for UpdateContactsReset
impl Unpin for UpdateContactsReset
impl UnsafeUnpin for UpdateContactsReset
impl UnwindSafe for UpdateContactsReset
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