Struct rustc::traits::auto_trait::AutoTraitInfo [−][src]
pub struct AutoTraitInfo<'cx> {
pub full_user_env: ParamEnv<'cx>,
pub region_data: RegionConstraintData<'cx>,
pub names_map: FxHashSet<String>,
pub vid_to_region: FxHashMap<RegionVid, Region<'cx>>,
}🔬 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
full_user_env: ParamEnv<'cx>
🔬 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_data: RegionConstraintData<'cx>
🔬 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?
names_map: FxHashSet<String>
🔬 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?
vid_to_region: FxHashMap<RegionVid, Region<'cx>>
🔬 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<'cx> !Send for AutoTraitInfo<'cx>
impl<'cx> !Send for AutoTraitInfo<'cx>impl<'cx> !Sync for AutoTraitInfo<'cx>
impl<'cx> !Sync for AutoTraitInfo<'cx>