Enum lunatic_process::DeathReason
source · pub enum DeathReason {
Normal,
Failure,
NoProcess,
}Variants
Normal
Failure
NoProcess
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeathReason
impl Send for DeathReason
impl Sync for DeathReason
impl Unpin for DeathReason
impl UnwindSafe for DeathReason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more