pub struct NoOpExecutor;Expand description
A stub executor that always returns an error.
Used in L3 before the full executor is available.
Trait Implementations§
Source§impl Executor for NoOpExecutor
impl Executor for NoOpExecutor
Source§fn execute(
&mut self,
_pipeline: &Pipeline,
_scope: &mut Scope,
) -> EvalResult<ExecResult>
fn execute( &mut self, _pipeline: &Pipeline, _scope: &mut Scope, ) -> EvalResult<ExecResult>
Execute a pipeline and return its result. Read more
Auto Trait Implementations§
impl Freeze for NoOpExecutor
impl RefUnwindSafe for NoOpExecutor
impl Send for NoOpExecutor
impl Sync for NoOpExecutor
impl Unpin for NoOpExecutor
impl UnwindSafe for NoOpExecutor
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