pub struct SendVerifyEmailCode {
pub purpose: EmailVerifyPurpose,
pub email: String,
}Expand description
Read account.sendVerifyEmailCode docs.
Generated from the following TL definition:
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 = 2564831163
const CONSTRUCTOR_ID: u32 = 2564831163
The unique identifier for the type.
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 type of the “return” value coming from the other end of the
connection.
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