pub struct NoSessionCache;
Expand description
A SessionCache implementation that will never cache anything. Requires no storage.
Trait Implementations§
Source§impl SessionCache for NoSessionCache
impl SessionCache for NoSessionCache
Auto Trait Implementations§
impl Freeze for NoSessionCache
impl RefUnwindSafe for NoSessionCache
impl Send for NoSessionCache
impl Sync for NoSessionCache
impl Unpin for NoSessionCache
impl UnwindSafe for NoSessionCache
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