pub enum SecurityKeyType {
Tfa,
U2f,
}Variants§
Trait Implementations§
Source§impl Clone for SecurityKeyType
impl Clone for SecurityKeyType
Source§fn clone(&self) -> SecurityKeyType
fn clone(&self) -> SecurityKeyType
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 SecurityKeyType
impl Debug for SecurityKeyType
Source§impl Default for SecurityKeyType
impl Default for SecurityKeyType
Source§fn default() -> SecurityKeyType
fn default() -> SecurityKeyType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityKeyType
impl<'de> Deserialize<'de> for SecurityKeyType
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
Source§impl PartialEq for SecurityKeyType
impl PartialEq for SecurityKeyType
Source§impl Serialize for SecurityKeyType
impl Serialize for SecurityKeyType
impl StructuralPartialEq for SecurityKeyType
Auto Trait Implementations§
impl Freeze for SecurityKeyType
impl RefUnwindSafe for SecurityKeyType
impl Send for SecurityKeyType
impl Sync for SecurityKeyType
impl Unpin for SecurityKeyType
impl UnwindSafe for SecurityKeyType
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