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