pub struct RealCommandRunner;Expand description
Real implementation that spawns actual subprocesses.
Trait Implementations§
Source§impl CommandRunner for RealCommandRunner
impl CommandRunner for RealCommandRunner
Auto Trait Implementations§
impl Freeze for RealCommandRunner
impl RefUnwindSafe for RealCommandRunner
impl Send for RealCommandRunner
impl Sync for RealCommandRunner
impl Unpin for RealCommandRunner
impl UnsafeUnpin for RealCommandRunner
impl UnwindSafe for RealCommandRunner
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