pub struct PasskeyRegistrationOptions {
pub options: DataJson,
}Expand description
account.passkeyRegistrationOptions
Generated from:
account.passkeyRegistrationOptions#e16b5ce1 options:DataJSON = account.PasskeyRegistrationOptionsFields§
§options: DataJsonTrait Implementations§
Source§impl Clone for PasskeyRegistrationOptions
impl Clone for PasskeyRegistrationOptions
Source§fn clone(&self) -> PasskeyRegistrationOptions
fn clone(&self) -> PasskeyRegistrationOptions
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 PasskeyRegistrationOptions
impl Debug for PasskeyRegistrationOptions
Source§impl Deserializable for PasskeyRegistrationOptions
impl Deserializable for PasskeyRegistrationOptions
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<PasskeyRegistrationOptions> for PasskeyRegistrationOptions
impl From<PasskeyRegistrationOptions> for PasskeyRegistrationOptions
Source§fn from(x: PasskeyRegistrationOptions) -> Self
fn from(x: PasskeyRegistrationOptions) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PasskeyRegistrationOptions
impl Identifiable for PasskeyRegistrationOptions
Source§const CONSTRUCTOR_ID: u32 = 0xe16b5ce1
const CONSTRUCTOR_ID: u32 = 0xe16b5ce1
The constructor ID as specified in the TL schema.
Source§impl TryFrom<PasskeyRegistrationOptions> for PasskeyRegistrationOptions
impl TryFrom<PasskeyRegistrationOptions> for PasskeyRegistrationOptions
Source§type Error = PasskeyRegistrationOptions
type Error = PasskeyRegistrationOptions
The type returned in the event of a conversion error.
impl StructuralPartialEq for PasskeyRegistrationOptions
Auto Trait Implementations§
impl Freeze for PasskeyRegistrationOptions
impl RefUnwindSafe for PasskeyRegistrationOptions
impl Send for PasskeyRegistrationOptions
impl Sync for PasskeyRegistrationOptions
impl Unpin for PasskeyRegistrationOptions
impl UnsafeUnpin for PasskeyRegistrationOptions
impl UnwindSafe for PasskeyRegistrationOptions
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