pub struct Auth0Error(/* private fields */);Expand description
An error that can occur when encoding/decoding JWTs
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Auth0Error
impl RefUnwindSafe for Auth0Error
impl Send for Auth0Error
impl Sync for Auth0Error
impl Unpin for Auth0Error
impl UnwindSafe for Auth0Error
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