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 RegionElementimpl Clone for RegionElement[src]
impl Clone for RegionElementfn clone(&self) -> RegionElement[src]
fn clone(&self) -> RegionElementReturns 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 RegionElementfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RegionElement[src]
impl PartialEq for RegionElementfn eq(&self, other: &RegionElement) -> bool[src]
fn eq(&self, other: &RegionElement) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for RegionElement[src]
impl Eq for RegionElementfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for RegionElement[src]
impl Hash for RegionElementAuto Trait Implementations
impl Send for RegionElement
impl Send for RegionElementimpl Sync for RegionElement
impl Sync for RegionElement