#[repr(u8)]pub enum TryCatchControl {
Returned = 0,
Threw = 1,
Panicked = 2,
UnexpectedErr = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for TryCatchControl
impl RefUnwindSafe for TryCatchControl
impl Send for TryCatchControl
impl Sync for TryCatchControl
impl Unpin for TryCatchControl
impl UnwindSafe for TryCatchControl
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