pub enum PanicAction {
Pause,
Shutdown,
ExitFailure,
None,
}
Variants§
Trait Implementations§
Source§impl Default for PanicAction
impl Default for PanicAction
Source§fn default() -> PanicAction
fn default() -> PanicAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PanicAction
impl RefUnwindSafe for PanicAction
impl Send for PanicAction
impl Sync for PanicAction
impl Unpin for PanicAction
impl UnwindSafe for PanicAction
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