pub struct JwtAuth {}Expand description
JWT token authentication
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JwtAuth
impl RefUnwindSafe for JwtAuth
impl Send for JwtAuth
impl Sync for JwtAuth
impl Unpin for JwtAuth
impl UnwindSafe for JwtAuth
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