Enum cyfs_util::process::ProcessAction
source · [−]pub enum ProcessAction {
Start,
Stop,
Status,
Install,
}Variants
Start
Stop
Status
Install
Trait Implementations
sourceimpl Debug for ProcessAction
impl Debug for ProcessAction
sourceimpl PartialEq<ProcessAction> for ProcessAction
impl PartialEq<ProcessAction> 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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