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 NLLRegionVariableOrigin
pub 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 NLLRegionVariableOrigin
impl Clone for NLLRegionVariableOrigin
[src]
impl Clone for NLLRegionVariableOrigin
fn clone(&self) -> NLLRegionVariableOrigin
[src]
fn clone(&self) -> NLLRegionVariableOrigin
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 NLLRegionVariableOrigin
[src]
impl Debug for NLLRegionVariableOrigin
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 NLLRegionVariableOrigin
[src]
impl PartialEq for NLLRegionVariableOrigin
fn eq(&self, other: &NLLRegionVariableOrigin) -> bool
[src]
fn eq(&self, other: &NLLRegionVariableOrigin) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for NLLRegionVariableOrigin
[src]
impl Eq for NLLRegionVariableOrigin
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for NLLRegionVariableOrigin
[src]
impl Hash for NLLRegionVariableOrigin
Auto Trait Implementations
impl Send for NLLRegionVariableOrigin
impl Send for NLLRegionVariableOrigin
impl Sync for NLLRegionVariableOrigin
impl Sync for NLLRegionVariableOrigin