Struct rustc::infer::region_constraints::RegionSnapshot [−][src]
pub struct RegionSnapshot {
length: usize,
region_snapshot: Snapshot<InPlace<RegionVid>>,
any_unifications: bool,
}🔬 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
length: usize
🔬 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?
region_snapshot: Snapshot<InPlace<RegionVid>>
🔬 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?
any_unifications: bool
🔬 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 Debug for RegionSnapshot[src]
impl Debug for RegionSnapshotAuto Trait Implementations
impl Send for RegionSnapshot
impl Send for RegionSnapshotimpl Sync for RegionSnapshot
impl Sync for RegionSnapshot