pub struct HashCache { /* private fields */ }
Expand description
An implementation of a cache with a HashMap
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashCache
impl !RefUnwindSafe for HashCache
impl !Send for HashCache
impl !Sync for HashCache
impl Unpin for HashCache
impl !UnwindSafe for HashCache
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