pub struct TryItem { /* private fields */ }Expand description
A try statement with offset to the catch part
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryItem
impl RefUnwindSafe for TryItem
impl Send for TryItem
impl Sync for TryItem
impl Unpin for TryItem
impl UnwindSafe for TryItem
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