Struct rustc::traits::codegen::TraitSelectionCache [−][src]
pub struct TraitSelectionCache<'tcx> {
data: PhantomData<&'tcx ()>,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Fields
data: PhantomData<&'tcx ()>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'tcx> DepTrackingMapConfig for TraitSelectionCache<'tcx>[src]
impl<'tcx> DepTrackingMapConfig for TraitSelectionCache<'tcx>type Key = (ParamEnv<'tcx>, PolyTraitRef<'tcx>)
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
type Value = Vtable<'tcx, ()>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn to_dep_kind() -> DepKind[src]
fn to_dep_kind() -> DepKind🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Auto Trait Implementations
impl<'tcx> Send for TraitSelectionCache<'tcx>
impl<'tcx> Send for TraitSelectionCache<'tcx>impl<'tcx> Sync for TraitSelectionCache<'tcx>
impl<'tcx> Sync for TraitSelectionCache<'tcx>