pub struct WrapError<Detail, Error> {
pub detail: Detail,
pub error: Error,
}Fields§
§detail: Detail§error: ErrorTrait Implementations§
Source§impl<Context, Detail> ErrorRaiser<Context, WrapError<Detail, Error>> for WrapErrorDetail
impl<Context, Detail> ErrorRaiser<Context, WrapError<Detail, Error>> for WrapErrorDetail
Auto Trait Implementations§
impl<Detail, Error> Freeze for WrapError<Detail, Error>
impl<Detail, Error> RefUnwindSafe for WrapError<Detail, Error>where
Detail: RefUnwindSafe,
Error: RefUnwindSafe,
impl<Detail, Error> Send for WrapError<Detail, Error>
impl<Detail, Error> Sync for WrapError<Detail, Error>
impl<Detail, Error> Unpin for WrapError<Detail, Error>
impl<Detail, Error> UnsafeUnpin for WrapError<Detail, Error>where
Detail: UnsafeUnpin,
Error: UnsafeUnpin,
impl<Detail, Error> UnwindSafe for WrapError<Detail, Error>where
Detail: UnwindSafe,
Error: UnwindSafe,
Blanket Implementations§
impl<A> Async for A
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