pub struct InputPasskeyCredentialPublicKey {
pub id: String,
pub raw_id: String,
pub response: InputPasskeyResponse,
}Expand description
inputPasskeyCredentialPublicKey
Generated from:
inputPasskeyCredentialPublicKey#3c27b78f id:string raw_id:string response:InputPasskeyResponse = InputPasskeyCredentialFields§
§id: String§raw_id: String§response: InputPasskeyResponseTrait Implementations§
Source§impl Clone for InputPasskeyCredentialPublicKey
impl Clone for InputPasskeyCredentialPublicKey
Source§fn clone(&self) -> InputPasskeyCredentialPublicKey
fn clone(&self) -> InputPasskeyCredentialPublicKey
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 Deserializable for InputPasskeyCredentialPublicKey
impl Deserializable for InputPasskeyCredentialPublicKey
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<InputPasskeyCredentialPublicKey> for InputPasskeyCredential
impl From<InputPasskeyCredentialPublicKey> for InputPasskeyCredential
Source§fn from(x: InputPasskeyCredentialPublicKey) -> Self
fn from(x: InputPasskeyCredentialPublicKey) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPasskeyCredentialPublicKey
impl Identifiable for InputPasskeyCredentialPublicKey
Source§const CONSTRUCTOR_ID: u32 = 0x3c27b78f
const CONSTRUCTOR_ID: u32 = 0x3c27b78f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPasskeyCredentialPublicKey
impl PartialEq for InputPasskeyCredentialPublicKey
Source§fn eq(&self, other: &InputPasskeyCredentialPublicKey) -> bool
fn eq(&self, other: &InputPasskeyCredentialPublicKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<InputPasskeyCredential> for InputPasskeyCredentialPublicKey
impl TryFrom<InputPasskeyCredential> for InputPasskeyCredentialPublicKey
Source§type Error = InputPasskeyCredential
type Error = InputPasskeyCredential
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputPasskeyCredentialPublicKey
Auto Trait Implementations§
impl Freeze for InputPasskeyCredentialPublicKey
impl RefUnwindSafe for InputPasskeyCredentialPublicKey
impl Send for InputPasskeyCredentialPublicKey
impl Sync for InputPasskeyCredentialPublicKey
impl Unpin for InputPasskeyCredentialPublicKey
impl UnsafeUnpin for InputPasskeyCredentialPublicKey
impl UnwindSafe for InputPasskeyCredentialPublicKey
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