Enum lunatic_process::DeathReason
source · pub enum DeathReason {
Normal,
Failure,
NoProcess,
}
Variants§
Trait Implementations§
source§impl Clone for DeathReason
impl Clone for DeathReason
source§fn clone(&self) -> DeathReason
fn clone(&self) -> DeathReason
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeathReason
impl Debug for DeathReason
impl Copy for DeathReason
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§
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
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self
file descriptor.