pub struct CatchError;
Expand description
Error returned when a bailout occurs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CatchError
impl RefUnwindSafe for CatchError
impl Send for CatchError
impl Sync for CatchError
impl Unpin for CatchError
impl UnwindSafe for CatchError
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