Enum cyfs_util::process::ProcessAction
source · [−]pub enum ProcessAction {
Start,
Stop,
Status,
Install,
}Variants
Start
Stop
Status
Install
Trait Implementations
sourceimpl Clone for ProcessAction
impl Clone for ProcessAction
sourcefn clone(&self) -> ProcessAction
fn clone(&self) -> ProcessAction
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ProcessAction
impl Debug for ProcessAction
sourceimpl PartialEq<ProcessAction> for ProcessAction
impl PartialEq<ProcessAction> for ProcessAction
sourcefn eq(&self, other: &ProcessAction) -> bool
fn eq(&self, other: &ProcessAction) -> bool
impl Copy for ProcessAction
impl Eq for ProcessAction
impl StructuralEq for ProcessAction
impl StructuralPartialEq for ProcessAction
Auto Trait Implementations
impl RefUnwindSafe for ProcessAction
impl Send for ProcessAction
impl Sync for ProcessAction
impl Unpin for ProcessAction
impl UnwindSafe for ProcessAction
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