pub struct SendVerifyEmailCode {
pub purpose: EmailVerifyPurpose,
pub email: String,
}Expand description
Generated from:
account.sendVerifyEmailCode#98e037bb purpose:EmailVerifyPurpose email:string = account.SentEmailCodeFields§
§purpose: EmailVerifyPurpose§email: StringTrait Implementations§
Source§impl Clone for SendVerifyEmailCode
impl Clone for SendVerifyEmailCode
Source§fn clone(&self) -> SendVerifyEmailCode
fn clone(&self) -> SendVerifyEmailCode
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 SendVerifyEmailCode
impl Debug for SendVerifyEmailCode
Source§impl Identifiable for SendVerifyEmailCode
impl Identifiable for SendVerifyEmailCode
Source§const CONSTRUCTOR_ID: u32 = 0x98e037bb
const CONSTRUCTOR_ID: u32 = 0x98e037bb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendVerifyEmailCode
impl PartialEq for SendVerifyEmailCode
Source§impl RemoteCall for SendVerifyEmailCode
impl RemoteCall for SendVerifyEmailCode
Source§type Return = SentEmailCode
type Return = SentEmailCode
The deserialized response type.
Source§impl Serializable for SendVerifyEmailCode
impl Serializable for SendVerifyEmailCode
impl StructuralPartialEq for SendVerifyEmailCode
Auto Trait Implementations§
impl Freeze for SendVerifyEmailCode
impl RefUnwindSafe for SendVerifyEmailCode
impl Send for SendVerifyEmailCode
impl Sync for SendVerifyEmailCode
impl Unpin for SendVerifyEmailCode
impl UnsafeUnpin for SendVerifyEmailCode
impl UnwindSafe for SendVerifyEmailCode
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