pub struct JwtCache { /* private fields */ }Expand description
JWT introspection cache with TTL and max capacity
Implementations§
Auto Trait Implementations§
impl Freeze for JwtCache
impl RefUnwindSafe for JwtCache
impl Send for JwtCache
impl Sync for JwtCache
impl Unpin for JwtCache
impl UnsafeUnpin for JwtCache
impl UnwindSafe for JwtCache
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