pub enum JwtError {
Encode(Error),
Decode(Error),
InvalidTokenType,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for JwtError
impl !UnwindSafe for JwtError
impl Freeze for JwtError
impl Send for JwtError
impl Sync for JwtError
impl Unpin for JwtError
impl UnsafeUnpin 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