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