Struct rustc::traits::trans::ProjectionCache [−][src]
pub struct ProjectionCache<'gcx> { data: PhantomData<&'gcx ()>, }
🔬 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<&'gcx ()>
🔬 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<'gcx> DepTrackingMapConfig for ProjectionCache<'gcx>
[src]
impl<'gcx> DepTrackingMapConfig for ProjectionCache<'gcx>
type Key = Ty<'gcx>
🔬 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 = Ty<'gcx>
🔬 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<'gcx> Send for ProjectionCache<'gcx>
impl<'gcx> Send for ProjectionCache<'gcx>
impl<'gcx> Sync for ProjectionCache<'gcx>
impl<'gcx> Sync for ProjectionCache<'gcx>