pub struct PasskeyLoginOptions {
pub options: DataJson,
}Expand description
Generated from:
auth.passkeyLoginOptions#e2037789 options:DataJSON = auth.PasskeyLoginOptionsFields§
§options: DataJsonTrait Implementations§
Source§impl Clone for PasskeyLoginOptions
impl Clone for PasskeyLoginOptions
Source§fn clone(&self) -> PasskeyLoginOptions
fn clone(&self) -> PasskeyLoginOptions
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 PasskeyLoginOptions
impl Debug for PasskeyLoginOptions
Source§impl Deserializable for PasskeyLoginOptions
impl Deserializable for PasskeyLoginOptions
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<PasskeyLoginOptions> for PasskeyLoginOptions
impl From<PasskeyLoginOptions> for PasskeyLoginOptions
Source§fn from(x: PasskeyLoginOptions) -> Self
fn from(x: PasskeyLoginOptions) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PasskeyLoginOptions
impl Identifiable for PasskeyLoginOptions
Source§const CONSTRUCTOR_ID: u32 = 0xe2037789
const CONSTRUCTOR_ID: u32 = 0xe2037789
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PasskeyLoginOptions
impl PartialEq for PasskeyLoginOptions
Source§impl Serializable for PasskeyLoginOptions
impl Serializable for PasskeyLoginOptions
Source§impl TryFrom<PasskeyLoginOptions> for PasskeyLoginOptions
impl TryFrom<PasskeyLoginOptions> for PasskeyLoginOptions
Source§type Error = PasskeyLoginOptions
type Error = PasskeyLoginOptions
The type returned in the event of a conversion error.
impl StructuralPartialEq for PasskeyLoginOptions
Auto Trait Implementations§
impl Freeze for PasskeyLoginOptions
impl RefUnwindSafe for PasskeyLoginOptions
impl Send for PasskeyLoginOptions
impl Sync for PasskeyLoginOptions
impl Unpin for PasskeyLoginOptions
impl UnsafeUnpin for PasskeyLoginOptions
impl UnwindSafe for PasskeyLoginOptions
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