pub enum ProcessStateExport {
Running,
Exited,
Killed,
}Expand description
Process state for export
Variants§
Trait Implementations§
Source§impl Clone for ProcessStateExport
impl Clone for ProcessStateExport
Source§fn clone(&self) -> ProcessStateExport
fn clone(&self) -> ProcessStateExport
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 ProcessStateExport
impl Debug for ProcessStateExport
Source§impl PartialEq for ProcessStateExport
impl PartialEq for ProcessStateExport
Source§impl Serialize for ProcessStateExport
impl Serialize for ProcessStateExport
impl Copy for ProcessStateExport
impl Eq for ProcessStateExport
impl StructuralPartialEq for ProcessStateExport
Auto Trait Implementations§
impl Freeze for ProcessStateExport
impl RefUnwindSafe for ProcessStateExport
impl Send for ProcessStateExport
impl Sync for ProcessStateExport
impl Unpin for ProcessStateExport
impl UnwindSafe for ProcessStateExport
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