Enum cyfs_util::process::ProcessAction
source · pub enum ProcessAction {
Start,
Stop,
Status,
Install,
}Variants§
Trait Implementations§
source§impl Clone for ProcessAction
impl Clone for ProcessAction
source§fn clone(&self) -> ProcessAction
fn clone(&self) -> ProcessAction
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 ProcessAction
impl Debug for ProcessAction
source§impl PartialEq<ProcessAction> for ProcessAction
impl PartialEq<ProcessAction> for ProcessAction
source§fn eq(&self, other: &ProcessAction) -> bool
fn eq(&self, other: &ProcessAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.