pub struct DestroyAuthKeyNone {}Expand description
Trait Implementations§
Source§impl Clone for DestroyAuthKeyNone
impl Clone for DestroyAuthKeyNone
Source§fn clone(&self) -> DestroyAuthKeyNone
fn clone(&self) -> DestroyAuthKeyNone
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 DestroyAuthKeyNone
impl Debug for DestroyAuthKeyNone
Source§impl Deserializable for DestroyAuthKeyNone
impl Deserializable for DestroyAuthKeyNone
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<DestroyAuthKeyNone> for DestroyAuthKeyRes
impl From<DestroyAuthKeyNone> for DestroyAuthKeyRes
Source§fn from(_x: DestroyAuthKeyNone) -> Self
fn from(_x: DestroyAuthKeyNone) -> Self
Converts to this type from the input type.
Source§impl Identifiable for DestroyAuthKeyNone
impl Identifiable for DestroyAuthKeyNone
Source§const CONSTRUCTOR_ID: u32 = 0x0a9f2259
const CONSTRUCTOR_ID: u32 = 0x0a9f2259
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DestroyAuthKeyNone
impl PartialEq for DestroyAuthKeyNone
Source§impl Serializable for DestroyAuthKeyNone
impl Serializable for DestroyAuthKeyNone
impl StructuralPartialEq for DestroyAuthKeyNone
Auto Trait Implementations§
impl Freeze for DestroyAuthKeyNone
impl RefUnwindSafe for DestroyAuthKeyNone
impl Send for DestroyAuthKeyNone
impl Sync for DestroyAuthKeyNone
impl Unpin for DestroyAuthKeyNone
impl UnsafeUnpin for DestroyAuthKeyNone
impl UnwindSafe for DestroyAuthKeyNone
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