pub struct SendVerifyPhoneCode {
pub phone_number: String,
pub settings: CodeSettings,
}Expand description
Generated from:
account.sendVerifyPhoneCode#a5a356f9 phone_number:string settings:CodeSettings = auth.SentCodeFields§
§phone_number: String§settings: CodeSettingsTrait Implementations§
Source§impl Clone for SendVerifyPhoneCode
impl Clone for SendVerifyPhoneCode
Source§fn clone(&self) -> SendVerifyPhoneCode
fn clone(&self) -> SendVerifyPhoneCode
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 SendVerifyPhoneCode
impl Debug for SendVerifyPhoneCode
Source§impl Identifiable for SendVerifyPhoneCode
impl Identifiable for SendVerifyPhoneCode
Source§const CONSTRUCTOR_ID: u32 = 0xa5a356f9
const CONSTRUCTOR_ID: u32 = 0xa5a356f9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendVerifyPhoneCode
impl PartialEq for SendVerifyPhoneCode
Source§impl RemoteCall for SendVerifyPhoneCode
impl RemoteCall for SendVerifyPhoneCode
Source§impl Serializable for SendVerifyPhoneCode
impl Serializable for SendVerifyPhoneCode
impl StructuralPartialEq for SendVerifyPhoneCode
Auto Trait Implementations§
impl Freeze for SendVerifyPhoneCode
impl RefUnwindSafe for SendVerifyPhoneCode
impl Send for SendVerifyPhoneCode
impl Sync for SendVerifyPhoneCode
impl Unpin for SendVerifyPhoneCode
impl UnsafeUnpin for SendVerifyPhoneCode
impl UnwindSafe for SendVerifyPhoneCode
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