Struct rustc_query_impl::queries::upvars_mentioned
source · pub struct upvars_mentioned<'tcx> {
data: PhantomData<&'tcx ()>,
}
Fields§
§data: PhantomData<&'tcx ()>
Trait Implementations§
source§impl<'tcx> Clone for upvars_mentioned<'tcx>
impl<'tcx> Clone for upvars_mentioned<'tcx>
source§fn clone(&self) -> upvars_mentioned<'tcx>
fn clone(&self) -> upvars_mentioned<'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx> Default for upvars_mentioned<'tcx>
impl<'tcx> Default for upvars_mentioned<'tcx>
source§fn default() -> upvars_mentioned<'tcx>
fn default() -> upvars_mentioned<'tcx>
Returns the “default value” for a type. Read more
source§impl<'tcx> QueryConfig<QueryCtxt<'tcx>> for upvars_mentioned<'tcx>
impl<'tcx> QueryConfig<QueryCtxt<'tcx>> for upvars_mentioned<'tcx>
type Key = DefId
type Value = Option<&'tcx IndexMap<HirId, Upvar, BuildHasherDefault<FxHasher>>>
fn name(self) -> &'static str
fn cache_on_disk(self, tcx: TyCtxt<'tcx>, key: &Self::Key) -> bool
type Cache = DefaultCache<DefId, Option<&'tcx IndexMap<HirId, Upvar, BuildHasherDefault<FxHasher>>>>
fn query_state<'a>( self, tcx: QueryCtxt<'tcx> ) -> &'a QueryState<Self::Key, DepKind>where QueryCtxt<'tcx>: 'a,
fn query_cache<'a>(self, tcx: QueryCtxt<'tcx>) -> &'a Self::Cachewhere 'tcx: 'a,
fn execute_query(self, tcx: TyCtxt<'tcx>, key: Self::Key) -> Self::Value
fn compute(self, qcx: QueryCtxt<'tcx>, key: Self::Key) -> Self::Value
fn try_load_from_disk( self, _qcx: QueryCtxt<'tcx>, _key: &Self::Key ) -> TryLoadFromDisk<QueryCtxt<'tcx>, Self::Value>
fn loadable_from_disk( self, _qcx: QueryCtxt<'tcx>, _key: &Self::Key, _index: SerializedDepNodeIndex ) -> bool
fn anon(self) -> bool
fn eval_always(self) -> bool
fn depth_limit(self) -> bool
fn feedable(self) -> bool
fn dep_kind(self) -> DepKind
fn handle_cycle_error(self) -> HandleCycleError
fn hash_result(self) -> HashResult<Self::Value>
fn construct_dep_node( self, tcx: <Qcx as HasDepContext>::DepContext, key: &Self::Key ) -> DepNode<<Qcx as HasDepContext>::DepKind>
impl<'tcx> Copy for upvars_mentioned<'tcx>
Auto Trait Implementations§
impl<'tcx> RefUnwindSafe for upvars_mentioned<'tcx>
impl<'tcx> Send for upvars_mentioned<'tcx>
impl<'tcx> Sync for upvars_mentioned<'tcx>
impl<'tcx> Unpin for upvars_mentioned<'tcx>
impl<'tcx> UnwindSafe for upvars_mentioned<'tcx>
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: 0 bytes