pub struct QueryCache<R> {
entries: FxHashMap<String, QueryVal<R>>,
}
Fields§
§entries: FxHashMap<String, QueryVal<R>>
Implementations§
Source§impl<R> QueryCache<R>
impl<R> QueryCache<R>
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for QueryCache<R>
impl<R> RefUnwindSafe for QueryCache<R>where
R: RefUnwindSafe,
impl<R> Send for QueryCache<R>where
R: Send,
impl<R> Sync for QueryCache<R>where
R: Sync,
impl<R> Unpin for QueryCache<R>where
R: Unpin,
impl<R> UnwindSafe for QueryCache<R>where
R: 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