pub struct ShellRunnerExecutor;Expand description
Default runner executor that shells out through the configured shell binary.
Trait Implementations§
Source§impl Debug for ShellRunnerExecutor
impl Debug for ShellRunnerExecutor
Source§impl Default for ShellRunnerExecutor
impl Default for ShellRunnerExecutor
Source§fn default() -> ShellRunnerExecutor
fn default() -> ShellRunnerExecutor
Returns the “default value” for a type. Read more
Source§impl RunnerExecutor for ShellRunnerExecutor
impl RunnerExecutor for ShellRunnerExecutor
Auto Trait Implementations§
impl Freeze for ShellRunnerExecutor
impl RefUnwindSafe for ShellRunnerExecutor
impl Send for ShellRunnerExecutor
impl Sync for ShellRunnerExecutor
impl Unpin for ShellRunnerExecutor
impl UnsafeUnpin for ShellRunnerExecutor
impl UnwindSafe for ShellRunnerExecutor
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