pub struct JwtGuard;Expand description
Exige un JWT valide (contexte présent).
Trait Implementations§
impl Copy for JwtGuard
Auto Trait Implementations§
impl Freeze for JwtGuard
impl RefUnwindSafe for JwtGuard
impl Send for JwtGuard
impl Sync for JwtGuard
impl Unpin for JwtGuard
impl UnsafeUnpin for JwtGuard
impl UnwindSafe for JwtGuard
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