Struct flux_common::cache::QueryCache
source · pub struct QueryCache {
entries: FxHashMap<String, u64>,
}
Fields§
§entries: FxHashMap<String, u64>
Implementations§
source§impl QueryCache
impl QueryCache
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryCache
impl RefUnwindSafe for QueryCache
impl Send for QueryCache
impl Sync for QueryCache
impl Unpin for QueryCache
impl UnwindSafe for QueryCache
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