pub struct ShellCommandRunner;Expand description
CommandRunner that spawns a real shell process.
Trait Implementations§
Source§impl CommandRunner for ShellCommandRunner
impl CommandRunner for ShellCommandRunner
Auto Trait Implementations§
impl Freeze for ShellCommandRunner
impl RefUnwindSafe for ShellCommandRunner
impl Send for ShellCommandRunner
impl Sync for ShellCommandRunner
impl Unpin for ShellCommandRunner
impl UnsafeUnpin for ShellCommandRunner
impl UnwindSafe for ShellCommandRunner
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