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