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