pub enum DecodeError {
InvalidToken,
InvalidSignature,
Json(JsonError),
}
Variants§
Trait Implementations§
Source§impl Debug for DecodeError
impl Debug for DecodeError
Source§impl From<Error> for DecodeError
impl From<Error> for DecodeError
Auto Trait Implementations§
impl Freeze for DecodeError
impl !RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl !UnwindSafe for DecodeError
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