Struct cgp_error_std::HandleErrorsWithStdError
source · pub struct HandleErrorsWithStdError;
Trait Implementations§
source§impl<Context, E> ErrorRaiser<Context, E> for HandleErrorsWithStdError
impl<Context, E> ErrorRaiser<Context, E> for HandleErrorsWithStdError
fn raise_error(e: E) -> Error
Auto Trait Implementations§
impl Freeze for HandleErrorsWithStdError
impl RefUnwindSafe for HandleErrorsWithStdError
impl Send for HandleErrorsWithStdError
impl Sync for HandleErrorsWithStdError
impl Unpin for HandleErrorsWithStdError
impl UnwindSafe for HandleErrorsWithStdError
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