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