Struct rustc_query_system::query::QueryJobInfo [−][src]
pub struct QueryJobInfo<D> {
pub query: QueryStackFrame,
pub job: QueryJob<D>,
}
Fields
query: QueryStackFrame
job: QueryJob<D>
Auto Trait Implementations
impl<D> RefUnwindSafe for QueryJobInfo<D> where
D: RefUnwindSafe,
impl<D> !Send for QueryJobInfo<D>
impl<D> !Sync for QueryJobInfo<D>
impl<D> Unpin for QueryJobInfo<D> where
D: Unpin,
impl<D> UnwindSafe for QueryJobInfo<D> where
D: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.