pub enum SysEventKind {
Exec,
Fork,
Exit,
}Expand description
Kind of process lifecycle event
Variants§
Trait Implementations§
Source§impl Clone for SysEventKind
impl Clone for SysEventKind
Source§fn clone(&self) -> SysEventKind
fn clone(&self) -> SysEventKind
Returns a duplicate 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 SysEventKind
impl Debug for SysEventKind
Source§impl PartialEq for SysEventKind
impl PartialEq for SysEventKind
impl Copy for SysEventKind
impl Eq for SysEventKind
impl StructuralPartialEq for SysEventKind
Auto Trait Implementations§
impl Freeze for SysEventKind
impl RefUnwindSafe for SysEventKind
impl Send for SysEventKind
impl Sync for SysEventKind
impl Unpin for SysEventKind
impl UnwindSafe for SysEventKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.