Struct rustc_interface::queries::Query [−][src]
Expand description
Fields
result: RefCell<Option<Result<T>>>
Implementations
Takes ownership of the query result. Further attempts to take or peek the query
result will panic unless it is generated by calling the compute
method.
Borrows the query result using the RefCell. Panics if the result is stolen.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Query<T>
impl<T> UnwindSafe for Query<T> where
T: 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.