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