Enum rustc_mir::borrow_check::nll::region_infer::error_reporting::Trace [−][src]
enum Trace {
StartRegion,
FromConstraint(ConstraintIndex),
NotVisited,
}🔬 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
StartRegion🔬 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?
FromConstraint(ConstraintIndex)🔬 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?
NotVisited🔬 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 Trace[src]
impl Copy for Traceimpl Clone for Trace[src]
impl Clone for Tracefn clone(&self) -> Trace[src]
fn clone(&self) -> TraceReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Trace[src]
impl PartialEq for Tracefn eq(&self, other: &Trace) -> bool[src]
fn eq(&self, other: &Trace) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Trace) -> bool[src]
fn ne(&self, other: &Trace) -> boolThis method tests for !=.
impl Eq for Trace[src]
impl Eq for Tracefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)