pub struct NoopActionExecutor;Expand description
Action executor that never runs (for replay-only Kernel).
Trait Implementations§
Source§impl ActionExecutor for NoopActionExecutor
impl ActionExecutor for NoopActionExecutor
fn execute( &self, _run_id: &RunId, _action: &Action, ) -> Result<ActionResult, KernelError>
Auto Trait Implementations§
impl Freeze for NoopActionExecutor
impl RefUnwindSafe for NoopActionExecutor
impl Send for NoopActionExecutor
impl Sync for NoopActionExecutor
impl Unpin for NoopActionExecutor
impl UnsafeUnpin for NoopActionExecutor
impl UnwindSafe for NoopActionExecutor
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