Enum product_os_security::JWTError
source · pub enum JWTError {
InvalidSignature,
InvalidKey,
EncodeFailure,
DecodeFailure,
InvalidClaims,
InvalidNonce,
}
Variants§
Auto Trait Implementations§
impl Freeze for JWTError
impl RefUnwindSafe for JWTError
impl Send for JWTError
impl Sync for JWTError
impl Unpin for JWTError
impl UnwindSafe for JWTError
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