Struct chalk_recursive::fixed_point::cache::CacheData
source · struct CacheData<K, V>{
cache: FxHashMap<K, V>,
}
Fields§
§cache: FxHashMap<K, V>
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for CacheData<K, V>
impl<K, V> RefUnwindSafe for CacheData<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for CacheData<K, V>
impl<K, V> Sync for CacheData<K, V>
impl<K, V> Unpin for CacheData<K, V>
impl<K, V> UnwindSafe for CacheData<K, V>where
K: UnwindSafe,
V: UnwindSafe,
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