Enum rustc::infer::NLLRegionVariableOrigin [−][src]
pub enum NLLRegionVariableOrigin {
FreeRegion,
BoundRegion(UniverseIndex),
Existential,
}🔬 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?
Variants
FreeRegion🔬 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?
BoundRegion(UniverseIndex)🔬 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?
Existential🔬 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?
Methods
impl NLLRegionVariableOrigin[src]
impl NLLRegionVariableOriginpub fn is_universal(self) -> bool[src]
pub fn is_universal(self) -> bool🔬 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?
pub fn is_existential(self) -> bool[src]
pub fn is_existential(self) -> bool🔬 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?
Trait Implementations
impl Copy for NLLRegionVariableOrigin[src]
impl Copy for NLLRegionVariableOriginimpl Clone for NLLRegionVariableOrigin[src]
impl Clone for NLLRegionVariableOriginfn clone(&self) -> NLLRegionVariableOrigin[src]
fn clone(&self) -> NLLRegionVariableOriginReturns 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 NLLRegionVariableOrigin[src]
impl Debug for NLLRegionVariableOriginfn 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 NLLRegionVariableOrigin[src]
impl PartialEq for NLLRegionVariableOriginfn eq(&self, other: &NLLRegionVariableOrigin) -> bool[src]
fn eq(&self, other: &NLLRegionVariableOrigin) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NLLRegionVariableOrigin) -> bool[src]
fn ne(&self, other: &NLLRegionVariableOrigin) -> boolThis method tests for !=.
impl Eq for NLLRegionVariableOrigin[src]
impl Eq for NLLRegionVariableOriginfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for NLLRegionVariableOrigin[src]
impl Hash for NLLRegionVariableOriginAuto Trait Implementations
impl Send for NLLRegionVariableOrigin
impl Send for NLLRegionVariableOriginimpl Sync for NLLRegionVariableOrigin
impl Sync for NLLRegionVariableOrigin