Enum rustc_mir::borrow_check::nll::region_infer::values::RegionElement[][src]

pub(super) enum RegionElement {
    Location(Location),
    UniversalRegion(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?

An individual element in a region value -- the value of a particular region variable consists of a set of these elements.

Variants

🔬 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 point in the control-flow graph.

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

An in-scope, universally quantified region (e.g., a lifetime parameter).

Trait Implementations

impl Copy for RegionElement
[src]

impl Clone for RegionElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RegionElement
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RegionElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for RegionElement
[src]

impl Hash for RegionElement
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for RegionElement

impl Sync for RegionElement