pub struct Catch { /* private fields */ }
Expand description
Catch block.
Implementations§
Trait Implementations§
Source§impl Trace for Catch
impl Trace for Catch
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for Catch
Auto Trait Implementations§
impl Freeze for Catch
impl RefUnwindSafe for Catch
impl !Send for Catch
impl !Sync for Catch
impl Unpin 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