pub enum CtapVersion {
CTAP1,
CTAP2,
}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 (const: unstable) · 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 PartialEq for CtapVersion
impl PartialEq for CtapVersion
Source§fn eq(&self, other: &CtapVersion) -> bool
fn eq(&self, other: &CtapVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CtapVersion
impl StructuralPartialEq 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 UnsafeUnpin 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