pub enum CtapVersion {
U2fV2,
Fido20,
Fido21Pre,
}Expand description
As signaled in get_info.
Eventual goal is full support for the CTAP2.1 specification.
Variants§
Trait Implementations§
Source§impl Clone for CtapVersion
impl Clone for CtapVersion
Source§fn clone(&self) -> CtapVersion
fn clone(&self) -> CtapVersion
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 CtapVersion
impl Debug for CtapVersion
Source§impl<'de> Deserialize<'de> for CtapVersion
impl<'de> Deserialize<'de> for CtapVersion
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 Serialize for CtapVersion
impl Serialize for CtapVersion
impl Copy for CtapVersion
Auto Trait Implementations§
impl Freeze for CtapVersion
impl RefUnwindSafe for CtapVersion
impl Send for CtapVersion
impl Sync for CtapVersion
impl Unpin for CtapVersion
impl UnwindSafe for CtapVersion
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