pub enum Fido2HmacCredentialAlgorithm {
HmacSha256,
Other(String),
}Variants§
Trait Implementations§
Source§impl Clone for Fido2HmacCredentialAlgorithm
impl Clone for Fido2HmacCredentialAlgorithm
Source§fn clone(&self) -> Fido2HmacCredentialAlgorithm
fn clone(&self) -> Fido2HmacCredentialAlgorithm
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 Fido2HmacCredentialAlgorithm
impl Debug for Fido2HmacCredentialAlgorithm
Source§impl<'de> Deserialize<'de> for Fido2HmacCredentialAlgorithm
impl<'de> Deserialize<'de> for Fido2HmacCredentialAlgorithm
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 Fido2HmacCredentialAlgorithm
impl RefUnwindSafe for Fido2HmacCredentialAlgorithm
impl Send for Fido2HmacCredentialAlgorithm
impl Sync for Fido2HmacCredentialAlgorithm
impl Unpin for Fido2HmacCredentialAlgorithm
impl UnwindSafe for Fido2HmacCredentialAlgorithm
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