Enum rustc_mir::borrow_check::nll::region_infer::values::RegionElement [−][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?
An individual element in a region value -- the value of a particular region variable consists of a set of these elements.
Variants
Location(Location)
🔬 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.
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 in-scope, universally quantified region (e.g., a lifetime parameter).
Trait Implementations
impl Copy for RegionElement
[src]
impl Copy for RegionElement
impl Clone for RegionElement
[src]
impl Clone for RegionElement
fn clone(&self) -> RegionElement
[src]
fn clone(&self) -> RegionElement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for RegionElement
[src]
impl Debug for RegionElement
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for RegionElement
[src]
impl PartialEq for RegionElement
fn eq(&self, other: &RegionElement) -> bool
[src]
fn eq(&self, other: &RegionElement) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &RegionElement) -> bool
[src]
fn ne(&self, other: &RegionElement) -> bool
This method tests for !=
.
impl Eq for RegionElement
[src]
impl Eq for RegionElement
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for RegionElement
[src]
impl Hash for RegionElement
Auto Trait Implementations
impl Send for RegionElement
impl Send for RegionElement
impl Sync for RegionElement
impl Sync for RegionElement