Trait rustc_middle::ty::ParameterizedOverTcx

source ·
pub trait ParameterizedOverTcx: 'static {
    type Value<'tcx>;
}

Required Associated Types§

source

type Value<'tcx>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ParameterizedOverTcx for DefKind

source§

type Value<'tcx> = DefKind

source§

impl ParameterizedOverTcx for Constness

source§

impl ParameterizedOverTcx for CoroutineKind

source§

impl ParameterizedOverTcx for Defaultness

source§

impl ParameterizedOverTcx for IsAsync

source§

type Value<'tcx> = IsAsync

source§

impl ParameterizedOverTcx for LangItem

source§

type Value<'tcx> = LangItem

source§

impl ParameterizedOverTcx for LinkagePreference

source§

impl ParameterizedOverTcx for bool

source§

type Value<'tcx> = bool

source§

impl ParameterizedOverTcx for u32

source§

type Value<'tcx> = u32

source§

impl ParameterizedOverTcx for u64

source§

type Value<'tcx> = u64

source§

impl ParameterizedOverTcx for ()

source§

type Value<'tcx> = ()

source§

impl ParameterizedOverTcx for usize

source§

type Value<'tcx> = usize

source§

impl ParameterizedOverTcx for Attribute

source§

impl ParameterizedOverTcx for DelimArgs

source§

impl ParameterizedOverTcx for StrippedCfgItem<DefIndex>

source§

impl ParameterizedOverTcx for ConstStability

source§

impl ParameterizedOverTcx for DefaultBodyStability

source§

impl ParameterizedOverTcx for Deprecation

source§

impl ParameterizedOverTcx for Stability

source§

impl ParameterizedOverTcx for DefKey

source§

type Value<'tcx> = DefKey

source§

impl ParameterizedOverTcx for BitSet<u32>

source§

type Value<'tcx> = BitSet<u32>

source§

impl ParameterizedOverTcx for FiniteBitSet<u32>

source§

impl ParameterizedOverTcx for ForeignModule

source§

impl ParameterizedOverTcx for NativeLib

source§

impl ParameterizedOverTcx for DefId

source§

type Value<'tcx> = DefId

source§

impl ParameterizedOverTcx for DefIndex

source§

type Value<'tcx> = DefIndex

source§

impl ParameterizedOverTcx for DefPathHash

source§

impl ParameterizedOverTcx for ExpnData

source§

type Value<'tcx> = ExpnData

source§

impl ParameterizedOverTcx for ExpnHash

source§

type Value<'tcx> = ExpnHash

source§

impl ParameterizedOverTcx for ExpnId

source§

type Value<'tcx> = ExpnId

source§

impl ParameterizedOverTcx for SyntaxContextData

source§

impl ParameterizedOverTcx for Span

source§

type Value<'tcx> = Span

source§

impl ParameterizedOverTcx for SourceFile

source§

impl ParameterizedOverTcx for Ident

source§

type Value<'tcx> = Ident

source§

impl ParameterizedOverTcx for Symbol

source§

type Value<'tcx> = Symbol

source§

impl ParameterizedOverTcx for String

source§

type Value<'tcx> = String

source§

impl ParameterizedOverTcx for DocLinkResMap

source§

impl<A: ParameterizedOverTcx, B: ParameterizedOverTcx> ParameterizedOverTcx for (A, B)

source§

type Value<'tcx> = (<A as ParameterizedOverTcx>::Value<'tcx>, <B as ParameterizedOverTcx>::Value<'tcx>)

source§

impl<I: Idx + 'static, T: ParameterizedOverTcx> ParameterizedOverTcx for IndexVec<I, T>

source§

type Value<'tcx> = IndexVec<I, <T as ParameterizedOverTcx>::Value<'tcx>>

source§

impl<I: Hash + Eq + 'static, T: ParameterizedOverTcx> ParameterizedOverTcx for UnordMap<I, T>

source§

type Value<'tcx> = UnordMap<I, <T as ParameterizedOverTcx>::Value<'tcx>>

source§

impl<T: ParameterizedOverTcx> ParameterizedOverTcx for &'static [T]

source§

type Value<'tcx> = &'tcx [<T as ParameterizedOverTcx>::Value<'tcx>]

source§

impl<T: ParameterizedOverTcx> ParameterizedOverTcx for Option<T>

source§

type Value<'tcx> = Option<<T as ParameterizedOverTcx>::Value<'tcx>>

Implementors§

source§

impl ParameterizedOverTcx for ExportedSymbol<'static>

source§

type Value<'tcx> = ExportedSymbol<'tcx>

source§

impl ParameterizedOverTcx for FeatureStability

source§

impl ParameterizedOverTcx for ObjectLifetimeDefault

source§

impl ParameterizedOverTcx for AssocItemContainer

source§

impl ParameterizedOverTcx for Asyncness

source§

impl ParameterizedOverTcx for ImplPolarity

source§

impl ParameterizedOverTcx for ImplTraitInTraitData

source§

impl ParameterizedOverTcx for Variance

source§

type Value<'tcx> = Variance

source§

impl ParameterizedOverTcx for Visibility<DefIndex>

source§

impl ParameterizedOverTcx for ModChild

source§

type Value<'tcx> = ModChild

source§

impl ParameterizedOverTcx for CodegenFnAttrs

source§

impl ParameterizedOverTcx for TargetFeature

source§

impl ParameterizedOverTcx for DebuggerVisualizerFile

source§

impl ParameterizedOverTcx for SymbolExportInfo

source§

impl ParameterizedOverTcx for ConstAllocation<'static>

source§

type Value<'tcx> = ConstAllocation<'tcx>

source§

impl ParameterizedOverTcx for ConstQualifs

source§

impl ParameterizedOverTcx for CoroutineLayout<'static>

source§

type Value<'tcx> = CoroutineLayout<'tcx>

source§

impl ParameterizedOverTcx for Body<'static>

source§

type Value<'tcx> = Body<'tcx>

source§

impl ParameterizedOverTcx for CoerceUnsizedInfo

source§

impl ParameterizedOverTcx for Const<'static>

source§

type Value<'tcx> = Const<'tcx>

source§

impl ParameterizedOverTcx for DeducedParamAttrs

source§

impl ParameterizedOverTcx for GenericPredicates<'static>

source§

type Value<'tcx> = GenericPredicates<'tcx>

source§

impl ParameterizedOverTcx for Generics

source§

type Value<'tcx> = Generics

source§

impl ParameterizedOverTcx for UnusedGenericParams

source§

impl ParameterizedOverTcx for IntrinsicDef

source§

impl ParameterizedOverTcx for Clause<'static>

source§

type Value<'tcx> = Clause<'tcx>

source§

impl ParameterizedOverTcx for Predicate<'static>

source§

type Value<'tcx> = Predicate<'tcx>

source§

impl ParameterizedOverTcx for ImplTraitHeader<'static>

source§

type Value<'tcx> = ImplTraitHeader<'tcx>

source§

impl ParameterizedOverTcx for ReprOptions

source§

impl ParameterizedOverTcx for Ty<'static>

source§

type Value<'tcx> = Ty<'tcx>

source§

impl ParameterizedOverTcx for TraitDef

source§

type Value<'tcx> = TraitDef

source§

impl ParameterizedOverTcx for SimplifiedType

source§

impl ParameterizedOverTcx for ClauseKind<'static>

source§

type Value<'tcx> = ClauseKind<TyCtxt<'tcx>>

source§

impl ParameterizedOverTcx for TraitRef<'static>

source§

type Value<'tcx> = TraitRef<TyCtxt<'tcx>>

source§

impl ParameterizedOverTcx for FnSig<'static>

source§

type Value<'tcx> = FnSig<TyCtxt<'tcx>>

source§

impl<T: ParameterizedOverTcx> ParameterizedOverTcx for Binder<'static, T>

source§

type Value<'tcx> = Binder<TyCtxt<'tcx>, <T as ParameterizedOverTcx>::Value<'tcx>>

source§

impl<T: ParameterizedOverTcx> ParameterizedOverTcx for EarlyBinder<'static, T>

source§

type Value<'tcx> = EarlyBinder<TyCtxt<'tcx>, <T as ParameterizedOverTcx>::Value<'tcx>>