pub struct NoOpListener;Expand description
A no-op listener that does nothing
Trait Implementations§
Source§impl Debug for NoOpListener
impl Debug for NoOpListener
Source§impl Default for NoOpListener
impl Default for NoOpListener
Source§fn default() -> NoOpListener
fn default() -> NoOpListener
Returns the “default value” for a type. Read more
Source§impl WorkflowExecutionListener for NoOpListener
impl WorkflowExecutionListener for NoOpListener
Source§fn on_event(&self, _event: &WorkflowEvent)
fn on_event(&self, _event: &WorkflowEvent)
Called when a workflow execution event occurs
Auto Trait Implementations§
impl Freeze for NoOpListener
impl RefUnwindSafe for NoOpListener
impl Send for NoOpListener
impl Sync for NoOpListener
impl Unpin for NoOpListener
impl UnsafeUnpin for NoOpListener
impl UnwindSafe for NoOpListener
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