pub struct ShellRunner;Trait Implementations§
Source§impl StepRunner for ShellRunner
impl StepRunner for ShellRunner
fn kind(&self) -> &'static str
fn required_capabilities(&self) -> Vec<RunnerCapability>
fn run(&self, _ctx: StepContext) -> Result<StepOutput>
Auto Trait Implementations§
impl Freeze for ShellRunner
impl RefUnwindSafe for ShellRunner
impl Send for ShellRunner
impl Sync for ShellRunner
impl Unpin for ShellRunner
impl UnsafeUnpin for ShellRunner
impl UnwindSafe for ShellRunner
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