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