pub struct PublicKeyCredentialEntity {
pub name: Option<String>,
}Expand description
PublicKeyCredentialEntity : Describes a user account or WebAuthn Relying Party associated with a public key credential
Fields§
§name: Option<String>Implementations§
Source§impl PublicKeyCredentialEntity
impl PublicKeyCredentialEntity
Sourcepub fn new() -> PublicKeyCredentialEntity
pub fn new() -> PublicKeyCredentialEntity
Describes a user account or WebAuthn Relying Party associated with a public key credential
Trait Implementations§
Source§impl Clone for PublicKeyCredentialEntity
impl Clone for PublicKeyCredentialEntity
Source§fn clone(&self) -> PublicKeyCredentialEntity
fn clone(&self) -> PublicKeyCredentialEntity
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 PublicKeyCredentialEntity
impl Debug for PublicKeyCredentialEntity
Source§impl Default for PublicKeyCredentialEntity
impl Default for PublicKeyCredentialEntity
Source§fn default() -> PublicKeyCredentialEntity
fn default() -> PublicKeyCredentialEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicKeyCredentialEntity
impl<'de> Deserialize<'de> for PublicKeyCredentialEntity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PublicKeyCredentialEntity
Auto Trait Implementations§
impl Freeze for PublicKeyCredentialEntity
impl RefUnwindSafe for PublicKeyCredentialEntity
impl Send for PublicKeyCredentialEntity
impl Sync for PublicKeyCredentialEntity
impl Unpin for PublicKeyCredentialEntity
impl UnwindSafe for PublicKeyCredentialEntity
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