pub struct SystemProcessRunner;Expand description
Real implementation that interacts with the system
Trait Implementations§
Source§impl ProcessRunner for SystemProcessRunner
impl ProcessRunner for SystemProcessRunner
fn kill_process(&self, process_name: &str) -> ProcessResult
fn start_process(&self, process_name: &str) -> ProcessResult
fn sleep_ms(&self, ms: u64)
Auto Trait Implementations§
impl Freeze for SystemProcessRunner
impl RefUnwindSafe for SystemProcessRunner
impl Send for SystemProcessRunner
impl Sync for SystemProcessRunner
impl Unpin for SystemProcessRunner
impl UnwindSafe for SystemProcessRunner
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