pub struct InitPasskeyLogin {
pub api_id: i32,
pub api_hash: String,
}Expand description
Generated from:
auth.initPasskeyLogin#518ad0b7 api_id:int api_hash:string = auth.PasskeyLoginOptionsFields§
§api_id: i32§api_hash: StringTrait Implementations§
Source§impl Clone for InitPasskeyLogin
impl Clone for InitPasskeyLogin
Source§fn clone(&self) -> InitPasskeyLogin
fn clone(&self) -> InitPasskeyLogin
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 InitPasskeyLogin
impl Debug for InitPasskeyLogin
Source§impl Identifiable for InitPasskeyLogin
impl Identifiable for InitPasskeyLogin
Source§const CONSTRUCTOR_ID: u32 = 0x518ad0b7
const CONSTRUCTOR_ID: u32 = 0x518ad0b7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InitPasskeyLogin
impl PartialEq for InitPasskeyLogin
Source§impl RemoteCall for InitPasskeyLogin
impl RemoteCall for InitPasskeyLogin
Source§type Return = PasskeyLoginOptions
type Return = PasskeyLoginOptions
The deserialized response type.
Source§impl Serializable for InitPasskeyLogin
impl Serializable for InitPasskeyLogin
impl StructuralPartialEq for InitPasskeyLogin
Auto Trait Implementations§
impl Freeze for InitPasskeyLogin
impl RefUnwindSafe for InitPasskeyLogin
impl Send for InitPasskeyLogin
impl Sync for InitPasskeyLogin
impl Unpin for InitPasskeyLogin
impl UnsafeUnpin for InitPasskeyLogin
impl UnwindSafe for InitPasskeyLogin
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