pub struct DefaultCommandRunner;
Trait Implementations§
Source§impl CommandRunner for DefaultCommandRunner
impl CommandRunner for DefaultCommandRunner
fn run_command(&self, cmd: Command) -> JoinHandle<Result<Output, Error>>
Auto Trait Implementations§
impl Freeze for DefaultCommandRunner
impl RefUnwindSafe for DefaultCommandRunner
impl Send for DefaultCommandRunner
impl Sync for DefaultCommandRunner
impl Unpin for DefaultCommandRunner
impl UnwindSafe for DefaultCommandRunner
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