Struct rustc::ty::DtorckConstraint [] [src]

pub struct DtorckConstraint<'tcx> {
    pub outlives: Vec<Kind<'tcx>>,
    pub dtorck_types: Vec<Ty<'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?

A set of constraints that need to be satisfied in order for a type to be valid for destruction.

Fields

🔬 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?

Types that are required to be alive in order for this type to be valid for destruction.

🔬 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?

Types that could not be resolved: projections and params.

Trait Implementations

impl<'tcx> HashStable<StableHashingContext<'tcx>> for DtorckConstraint<'tcx>
[src]

[src]

🔬 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?

impl<'tcx> Clone for DtorckConstraint<'tcx>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'tcx> Debug for DtorckConstraint<'tcx>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'tcx> FromIterator<DtorckConstraint<'tcx>> for DtorckConstraint<'tcx>
[src]

[src]

Creates a value from an iterator. Read more