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