pub struct WrapErrorDetail;Trait 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 Freeze for WrapErrorDetail
impl RefUnwindSafe for WrapErrorDetail
impl Send for WrapErrorDetail
impl Sync for WrapErrorDetail
impl Unpin for WrapErrorDetail
impl UnsafeUnpin for WrapErrorDetail
impl UnwindSafe for WrapErrorDetail
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