pub struct ShellExecutor;Implementations§
Source§impl ShellExecutor
impl ShellExecutor
Trait Implementations§
Source§impl ActionExecutor for ShellExecutor
impl ActionExecutor for ShellExecutor
fn execute<'life0, 'life1, 'async_trait>(
&'life0 self,
plan: &'life1 ApprovedPlan,
) -> Pin<Box<dyn Future<Output = Result<ExecutionReport>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for ShellExecutor
impl RefUnwindSafe for ShellExecutor
impl Send for ShellExecutor
impl Sync for ShellExecutor
impl Unpin for ShellExecutor
impl UnsafeUnpin for ShellExecutor
impl UnwindSafe for ShellExecutor
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