pub struct JwtStore { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for JwtStore
impl RefUnwindSafe for JwtStore
impl Send for JwtStore
impl Sync for JwtStore
impl Unpin for JwtStore
impl UnsafeUnpin for JwtStore
impl UnwindSafe for JwtStore
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