Struct rustc_query_system::query::QueryState [−][src]
pub struct QueryState<D, K> {
shards: Sharded<QueryStateShard<D, K>>,
}
Fields
shards: Sharded<QueryStateShard<D, K>>
Implementations
pub fn try_collect_active_jobs<CTX: Copy>(
&self,
tcx: CTX,
kind: D,
make_query: fn(_: CTX, _: K) -> QueryStackFrame,
jobs: &mut QueryMap<D>
) -> Option<()>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<D, K> !RefUnwindSafe for QueryState<D, K>
impl<D, K> !Send for QueryState<D, K>
impl<D, K> !Sync for QueryState<D, K>
impl<D, K> Unpin for QueryState<D, K> where
D: Unpin,
K: Unpin,
impl<D, K> UnwindSafe for QueryState<D, K> where
D: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
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: 48 bytes