pub struct MemoCache(/* private fields */);
Expand description
MemoCache
holds the map of keys to cached values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoCache
impl !RefUnwindSafe for MemoCache
impl !Send for MemoCache
impl !Sync for MemoCache
impl Unpin for MemoCache
impl !UnwindSafe for MemoCache
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