pub struct JwtSession { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<S: Serialize + for<'a> Deserialize<'a> + Send + 'static + Clone> SessionStore<S> for JwtSession
impl<S: Serialize + for<'a> Deserialize<'a> + Send + 'static + Clone> SessionStore<S> for JwtSession
Auto Trait Implementations§
impl Freeze for JwtSession
impl RefUnwindSafe for JwtSession
impl Send for JwtSession
impl Sync for JwtSession
impl Unpin for JwtSession
impl UnwindSafe for JwtSession
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