pub struct DummyCache;Expand description
An implementation of a cache that actually doesn’t cache at all.
Implementations§
Source§impl DummyCache
impl DummyCache
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyCache
impl RefUnwindSafe for DummyCache
impl Send for DummyCache
impl Sync for DummyCache
impl Unpin for DummyCache
impl UnwindSafe for DummyCache
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