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