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§
source§impl<O: PartialEq, E: PartialEq> PartialEq for Error<O, E>
impl<O: PartialEq, E: PartialEq> PartialEq 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> DynSend for Error<O, E>
impl<O, E> DynSync for Error<O, E>
impl<O, E> RefUnwindSafe for Error<O, E>where
E: RefUnwindSafe,
O: RefUnwindSafe,
impl<O, E> Send for Error<O, E>
impl<O, E> Sync for Error<O, E>
impl<O, E> Unpin for Error<O, E>
impl<O, E> UnwindSafe for Error<O, E>where
E: UnwindSafe,
O: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn 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,
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.