pub enum U2FTokenError {
Unknown = 1,
NotSupported = 2,
InvalidState = 3,
ConstraintError = 4,
NotAllowed = 5,
}Variants§
Trait Implementations§
Source§impl Clone for U2FTokenError
impl Clone for U2FTokenError
Source§fn clone(&self) -> U2FTokenError
fn clone(&self) -> U2FTokenError
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 U2FTokenError
impl Debug for U2FTokenError
Source§impl Display for U2FTokenError
impl Display for U2FTokenError
Source§impl Error for U2FTokenError
impl Error for U2FTokenError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for U2FTokenError
impl Hash for U2FTokenError
Source§impl Ord for U2FTokenError
impl Ord for U2FTokenError
Source§fn cmp(&self, other: &U2FTokenError) -> Ordering
fn cmp(&self, other: &U2FTokenError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for U2FTokenError
impl PartialEq for U2FTokenError
Source§impl PartialOrd for U2FTokenError
impl PartialOrd for U2FTokenError
impl Copy for U2FTokenError
impl Eq for U2FTokenError
impl StructuralPartialEq for U2FTokenError
Auto Trait Implementations§
impl Freeze for U2FTokenError
impl RefUnwindSafe for U2FTokenError
impl Send for U2FTokenError
impl Sync for U2FTokenError
impl Unpin for U2FTokenError
impl UnwindSafe for U2FTokenError
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