Struct rustc_query_system::query::QueryJob[][src]

pub struct QueryJob<D> {
    pub id: QueryShardJobId,
    pub span: Span,
    pub parent: Option<QueryJobId<D>>,
}
Expand description

Represents an active query job.

Fields

id: QueryShardJobIdspan: Span

The span corresponding to the reason for which this query was required.

parent: Option<QueryJobId<D>>

The parent query job which created this job and is implicitly waiting on it.

Implementations

Creates a new query job.

Signals to waiters that the query is complete.

This does nothing for single threaded rustc, as there are no concurrent jobs which could be waiting on us

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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.