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