pub struct VerifyPhone {
pub phone_number: String,
pub phone_code_hash: String,
pub phone_code: String,
}Expand description
Generated from:
account.verifyPhone#4dd3a7f6 phone_number:string phone_code_hash:string phone_code:string = BoolFields§
§phone_number: String§phone_code_hash: String§phone_code: StringTrait Implementations§
Source§impl Clone for VerifyPhone
impl Clone for VerifyPhone
Source§fn clone(&self) -> VerifyPhone
fn clone(&self) -> VerifyPhone
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 VerifyPhone
impl Debug for VerifyPhone
Source§impl Identifiable for VerifyPhone
impl Identifiable for VerifyPhone
Source§const CONSTRUCTOR_ID: u32 = 0x4dd3a7f6
const CONSTRUCTOR_ID: u32 = 0x4dd3a7f6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for VerifyPhone
impl PartialEq for VerifyPhone
Source§impl RemoteCall for VerifyPhone
impl RemoteCall for VerifyPhone
Source§impl Serializable for VerifyPhone
impl Serializable for VerifyPhone
impl StructuralPartialEq for VerifyPhone
Auto Trait Implementations§
impl Freeze for VerifyPhone
impl RefUnwindSafe for VerifyPhone
impl Send for VerifyPhone
impl Sync for VerifyPhone
impl Unpin for VerifyPhone
impl UnsafeUnpin for VerifyPhone
impl UnwindSafe for VerifyPhone
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