pub struct ProcessCommandExecutor;Expand description
Executes commands by delegating to the system shell via std::process::Command.
Implementations§
Trait Implementations§
Source§impl CommandExecutor for ProcessCommandExecutor
Available on crate feature std-process only.
impl CommandExecutor for ProcessCommandExecutor
Available on crate feature
std-process only.fn execute(&self, invocation: &CommandInvocation) -> Result<CommandOutput>
Auto Trait Implementations§
impl Freeze for ProcessCommandExecutor
impl RefUnwindSafe for ProcessCommandExecutor
impl Send for ProcessCommandExecutor
impl Sync for ProcessCommandExecutor
impl Unpin for ProcessCommandExecutor
impl UnwindSafe for ProcessCommandExecutor
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