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