Struct rustc_data_structures::obligation_forest::Error
[−]
[src]
pub struct Error<O, E> { pub error: E, pub backtrace: Vec<O>, }
🔬 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?
Fields
error: E
🔬 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?
backtrace: Vec<O>
🔬 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<O: Debug, E: Debug> Debug for Error<O, E>
[src]
impl<O: Debug, E: Debug> Debug for Error<O, E>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<O: PartialEq, E: PartialEq> PartialEq for Error<O, E>
[src]
impl<O: PartialEq, E: PartialEq> PartialEq for Error<O, E>
fn eq(&self, __arg_0: &Error<O, E>) -> bool
[src]
fn eq(&self, __arg_0: &Error<O, E>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Error<O, E>) -> bool
[src]
fn ne(&self, __arg_0: &Error<O, E>) -> bool
This method tests for !=
.
impl<O: Eq, E: Eq> Eq for Error<O, E>
[src]
impl<O: Eq, E: Eq> Eq for Error<O, E>