pub enum KeyNotValid {
NotFound,
Revoked,
}Expand description
Reason a key lookup failed during authentication.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyNotValid
impl RefUnwindSafe for KeyNotValid
impl Send for KeyNotValid
impl Sync for KeyNotValid
impl Unpin for KeyNotValid
impl UnsafeUnpin for KeyNotValid
impl UnwindSafe for KeyNotValid
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