pub struct CheckPaidAuth {
pub phone_number: String,
pub phone_code_hash: String,
pub form_id: i64,
}Expand description
Generated from:
auth.checkPaidAuth#56e59f9c phone_number:string phone_code_hash:string form_id:long = auth.SentCodeFields§
§phone_number: String§phone_code_hash: String§form_id: i64Trait Implementations§
Source§impl Clone for CheckPaidAuth
impl Clone for CheckPaidAuth
Source§fn clone(&self) -> CheckPaidAuth
fn clone(&self) -> CheckPaidAuth
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 CheckPaidAuth
impl Debug for CheckPaidAuth
Source§impl Identifiable for CheckPaidAuth
impl Identifiable for CheckPaidAuth
Source§const CONSTRUCTOR_ID: u32 = 0x56e59f9c
const CONSTRUCTOR_ID: u32 = 0x56e59f9c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CheckPaidAuth
impl PartialEq for CheckPaidAuth
Source§impl RemoteCall for CheckPaidAuth
impl RemoteCall for CheckPaidAuth
Source§impl Serializable for CheckPaidAuth
impl Serializable for CheckPaidAuth
impl StructuralPartialEq for CheckPaidAuth
Auto Trait Implementations§
impl Freeze for CheckPaidAuth
impl RefUnwindSafe for CheckPaidAuth
impl Send for CheckPaidAuth
impl Sync for CheckPaidAuth
impl Unpin for CheckPaidAuth
impl UnsafeUnpin for CheckPaidAuth
impl UnwindSafe for CheckPaidAuth
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