pub struct DebugEyreError;Trait Implementations§
Source§impl<Context, E> ErrorRaiser<Context, E> for DebugEyreError
impl<Context, E> ErrorRaiser<Context, E> for DebugEyreError
fn raise_error(e: E) -> Error
Source§impl<Context, Detail> ErrorWrapper<Context, Detail> for DebugEyreError
impl<Context, Detail> ErrorWrapper<Context, Detail> for DebugEyreError
fn wrap_error(error: Error, detail: Detail) -> Error
impl<Context, E> IsProviderFor<ErrorRaiserComponent, Context, E> for DebugEyreError
impl<Context, Detail> IsProviderFor<ErrorWrapperComponent, Context, Detail> for DebugEyreError
Auto Trait Implementations§
impl Freeze for DebugEyreError
impl RefUnwindSafe for DebugEyreError
impl Send for DebugEyreError
impl Sync for DebugEyreError
impl Unpin for DebugEyreError
impl UnwindSafe for DebugEyreError
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