pub struct ReturnError;Trait Implementations§
Source§impl<Context, E> ErrorRaiser<Context, E> for ReturnErrorwhere
Context: HasErrorType<Error = E>,
impl<Context, E> ErrorRaiser<Context, E> for ReturnErrorwhere
Context: HasErrorType<Error = E>,
fn raise_error(e: E) -> E
impl<Context, E> IsProviderFor<ErrorRaiserComponent, Context, E> for ReturnErrorwhere
Context: HasErrorType<Error = E>,
Auto Trait Implementations§
impl Freeze for ReturnError
impl RefUnwindSafe for ReturnError
impl Send for ReturnError
impl Sync for ReturnError
impl Unpin for ReturnError
impl UnwindSafe for ReturnError
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