Struct rustc_query_system::query::QueryState
source · pub struct QueryState<K> {
active: Lock<FxHashMap<K, QueryResult>>,
}
Fields
active: Lock<FxHashMap<K, QueryResult>>
Implementations
sourceimpl<K> QueryState<K>where
K: Eq + Hash + Clone + Debug,
impl<K> QueryState<K>where
K: Eq + Hash + Clone + Debug,
pub fn all_inactive(&self) -> bool
pub fn try_collect_active_jobs<CTX: Copy>(
&self,
tcx: CTX,
make_query: fn(_: CTX, _: K) -> QueryStackFrame,
jobs: &mut QueryMap
) -> Option<()>
Trait Implementations
sourceimpl<K> Default for QueryState<K>
impl<K> Default for QueryState<K>
sourcefn default() -> QueryState<K>
fn default() -> QueryState<K>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<K> !RefUnwindSafe for QueryState<K>
impl<K> !Send for QueryState<K>
impl<K> !Sync for QueryState<K>
impl<K> Unpin for QueryState<K>where
K: Unpin,
impl<K> UnwindSafe for QueryState<K>where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes