pub struct EventfulExecutor<E, T> { /* private fields */ }Implementations§
Source§impl<E, T> EventfulExecutor<E, T>where
T: EventEmitter,
impl<E, T> EventfulExecutor<E, T>where
T: EventEmitter,
Trait Implementations§
Source§impl<E, T> CommandExecutor for EventfulExecutor<E, T>
Available on crate feature exec-events only.
impl<E, T> CommandExecutor for EventfulExecutor<E, T>
Available on crate feature
exec-events only.fn execute(&self, invocation: &CommandInvocation) -> Result<CommandOutput>
Auto Trait Implementations§
impl<E, T> !Freeze for EventfulExecutor<E, T>
impl<E, T> RefUnwindSafe for EventfulExecutor<E, T>where
E: RefUnwindSafe,
impl<E, T> Send for EventfulExecutor<E, T>
impl<E, T> Sync for EventfulExecutor<E, T>
impl<E, T> Unpin for EventfulExecutor<E, T>
impl<E, T> UnwindSafe for EventfulExecutor<E, T>where
E: UnwindSafe,
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