Struct rustc_data_structures::obligation_forest::Error
source · pub struct Error<O, E> {
pub error: E,
pub backtrace: Vec<O>,
}
Fields
error: E
backtrace: Vec<O>
Trait Implementations
sourceimpl<O: PartialEq, E: PartialEq> PartialEq<Error<O, E>> for Error<O, E>
impl<O: PartialEq, E: PartialEq> PartialEq<Error<O, E>> for Error<O, E>
impl<O: Eq, E: Eq> Eq for Error<O, E>
impl<O, E> StructuralEq for Error<O, E>
impl<O, E> StructuralPartialEq for Error<O, E>
Auto Trait Implementations
impl<O, E> RefUnwindSafe for Error<O, E>where
E: RefUnwindSafe,
O: RefUnwindSafe,
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,
impl<O, E> Unpin for Error<O, E>where
E: Unpin,
O: Unpin,
impl<O, E> UnwindSafe for Error<O, E>where
E: UnwindSafe,
O: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.