pub struct VendorError(/* private fields */);Expand description
Vendor specific error codes
Trait Implementations§
Source§impl Debug for VendorError
impl Debug for VendorError
Source§impl From<VendorError> for Ctap2Code
impl From<VendorError> for Ctap2Code
Source§fn from(src: VendorError) -> Self
fn from(src: VendorError) -> Self
Converts to this type from the input type.
Source§impl From<VendorError> for StatusCode
impl From<VendorError> for StatusCode
Source§fn from(src: VendorError) -> Self
fn from(src: VendorError) -> Self
Converts to this type from the input type.
Source§impl From<VendorError> for u8
impl From<VendorError> for u8
Source§fn from(src: VendorError) -> Self
fn from(src: VendorError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VendorError
impl PartialEq for VendorError
Source§impl TryFrom<u8> for VendorError
impl TryFrom<u8> for VendorError
impl Eq for VendorError
impl StructuralPartialEq for VendorError
Auto Trait Implementations§
impl Freeze for VendorError
impl RefUnwindSafe for VendorError
impl Send for VendorError
impl Sync for VendorError
impl Unpin for VendorError
impl UnwindSafe for VendorError
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.