pub struct Catch { /* private fields */ }Expand description
Catch block.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Catch
Auto Trait Implementations§
impl !Send for Catch
impl !Sync for Catch
impl Freeze for Catch
impl RefUnwindSafe for Catch
impl Unpin for Catch
impl UnsafeUnpin for Catch
impl UnwindSafe for Catch
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