pub struct EmailVerifyPurposeLoginChange {}Expand description
Generated from:
emailVerifyPurposeLoginChange#527d22eb = EmailVerifyPurposeTrait Implementations§
Source§impl Clone for EmailVerifyPurposeLoginChange
impl Clone for EmailVerifyPurposeLoginChange
Source§fn clone(&self) -> EmailVerifyPurposeLoginChange
fn clone(&self) -> EmailVerifyPurposeLoginChange
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 Deserializable for EmailVerifyPurposeLoginChange
impl Deserializable for EmailVerifyPurposeLoginChange
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<EmailVerifyPurposeLoginChange> for EmailVerifyPurpose
impl From<EmailVerifyPurposeLoginChange> for EmailVerifyPurpose
Source§fn from(_x: EmailVerifyPurposeLoginChange) -> Self
fn from(_x: EmailVerifyPurposeLoginChange) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EmailVerifyPurposeLoginChange
impl Identifiable for EmailVerifyPurposeLoginChange
Source§const CONSTRUCTOR_ID: u32 = 0x527d22eb
const CONSTRUCTOR_ID: u32 = 0x527d22eb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EmailVerifyPurposeLoginChange
impl PartialEq for EmailVerifyPurposeLoginChange
Source§fn eq(&self, other: &EmailVerifyPurposeLoginChange) -> bool
fn eq(&self, other: &EmailVerifyPurposeLoginChange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmailVerifyPurposeLoginChange
Auto Trait Implementations§
impl Freeze for EmailVerifyPurposeLoginChange
impl RefUnwindSafe for EmailVerifyPurposeLoginChange
impl Send for EmailVerifyPurposeLoginChange
impl Sync for EmailVerifyPurposeLoginChange
impl Unpin for EmailVerifyPurposeLoginChange
impl UnsafeUnpin for EmailVerifyPurposeLoginChange
impl UnwindSafe for EmailVerifyPurposeLoginChange
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