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

pub struct Error<O, E> {
    pub error: E,
    pub backtrace: Vec<O>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Auto Trait Implementations

impl<O, E> Send for Error<O, E> where
    E: Send,
    O: Send

impl<O, E> Sync for Error<O, E> where
    E: Sync,
    O: Sync