Struct rustc_data_structures::obligation_forest::Error [] [src]

pub struct Error<O, E> {
    pub error: E,
    pub backtrace: Vec<O>,
}
Unstable (rustc_private)

Fields

error: E
Unstable (rustc_private)
backtrace: Vec<O>
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl<O: Eq, E: Eq> Eq for Error<O, E>
[src]

impl<O: PartialEq, E: PartialEq> PartialEq for Error<O, E>
[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

This method tests for !=.

impl<O: Debug, E: Debug> Debug for Error<O, E>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.