Struct passkey_types::ctap2::ExtensionError
source · pub struct ExtensionError(/* private fields */);Expand description
Extension error codes
Trait Implementations§
source§impl Debug for ExtensionError
impl Debug for ExtensionError
source§impl From<ExtensionError> for Ctap2Code
impl From<ExtensionError> for Ctap2Code
source§fn from(src: ExtensionError) -> Self
fn from(src: ExtensionError) -> Self
Converts to this type from the input type.
source§impl From<ExtensionError> for StatusCode
impl From<ExtensionError> for StatusCode
source§fn from(src: ExtensionError) -> Self
fn from(src: ExtensionError) -> Self
Converts to this type from the input type.
source§impl From<ExtensionError> for u8
impl From<ExtensionError> for u8
source§fn from(src: ExtensionError) -> Self
fn from(src: ExtensionError) -> Self
Converts to this type from the input type.
source§impl PartialEq for ExtensionError
impl PartialEq for ExtensionError
source§fn eq(&self, other: &ExtensionError) -> bool
fn eq(&self, other: &ExtensionError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<u8> for ExtensionError
impl TryFrom<u8> for ExtensionError
impl Eq for ExtensionError
impl StructuralEq for ExtensionError
impl StructuralPartialEq for ExtensionError
Auto Trait Implementations§
impl RefUnwindSafe for ExtensionError
impl Send for ExtensionError
impl Sync for ExtensionError
impl Unpin for ExtensionError
impl UnwindSafe for ExtensionError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.