pub struct Fido2HmacCredentials {
pub algorithm: Fido2HmacCredentialAlgorithm,
pub cred_with_uv: B64Url,
pub cred_without_uv: B64Url,
}Fields§
§algorithm: Fido2HmacCredentialAlgorithm§cred_with_uv: B64Url§cred_without_uv: B64UrlTrait Implementations§
Source§impl Clone for Fido2HmacCredentials
impl Clone for Fido2HmacCredentials
Source§fn clone(&self) -> Fido2HmacCredentials
fn clone(&self) -> Fido2HmacCredentials
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 Fido2HmacCredentials
impl Debug for Fido2HmacCredentials
Source§impl<'de> Deserialize<'de> for Fido2HmacCredentials
impl<'de> Deserialize<'de> for Fido2HmacCredentials
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
Auto Trait Implementations§
impl Freeze for Fido2HmacCredentials
impl RefUnwindSafe for Fido2HmacCredentials
impl Send for Fido2HmacCredentials
impl Sync for Fido2HmacCredentials
impl Unpin for Fido2HmacCredentials
impl UnwindSafe for Fido2HmacCredentials
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