pub struct VerifyEmail {
pub purpose: EmailVerifyPurpose,
pub verification: EmailVerification,
}Expand description
Generated from:
account.verifyEmail#32da4cf purpose:EmailVerifyPurpose verification:EmailVerification = account.EmailVerifiedFields§
§purpose: EmailVerifyPurpose§verification: EmailVerificationTrait Implementations§
Source§impl Clone for VerifyEmail
impl Clone for VerifyEmail
Source§fn clone(&self) -> VerifyEmail
fn clone(&self) -> VerifyEmail
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 VerifyEmail
impl Debug for VerifyEmail
Source§impl Identifiable for VerifyEmail
impl Identifiable for VerifyEmail
Source§const CONSTRUCTOR_ID: u32 = 0x032da4cf
const CONSTRUCTOR_ID: u32 = 0x032da4cf
The constructor ID as specified in the TL schema.
Source§impl PartialEq for VerifyEmail
impl PartialEq for VerifyEmail
Source§impl RemoteCall for VerifyEmail
impl RemoteCall for VerifyEmail
Source§type Return = EmailVerified
type Return = EmailVerified
The deserialized response type.
Source§impl Serializable for VerifyEmail
impl Serializable for VerifyEmail
impl StructuralPartialEq for VerifyEmail
Auto Trait Implementations§
impl Freeze for VerifyEmail
impl RefUnwindSafe for VerifyEmail
impl Send for VerifyEmail
impl Sync for VerifyEmail
impl Unpin for VerifyEmail
impl UnsafeUnpin for VerifyEmail
impl UnwindSafe for VerifyEmail
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