pub struct NoOpEventTracer;Expand description
No-op tracer used by default in tests and skeleton deployments.
Trait Implementations§
Source§impl Debug for NoOpEventTracer
impl Debug for NoOpEventTracer
Source§impl Default for NoOpEventTracer
impl Default for NoOpEventTracer
Source§fn default() -> NoOpEventTracer
fn default() -> NoOpEventTracer
Returns the “default value” for a type. Read more
Source§impl EventTracer for NoOpEventTracer
impl EventTracer for NoOpEventTracer
Source§fn trace_event_start(&self, _event_id: &str)
fn trace_event_start(&self, _event_id: &str)
Trace the start of processing for a logical event.
Source§fn trace_event_end(&self, _event_id: &str, _status: &str)
fn trace_event_end(&self, _event_id: &str, _status: &str)
Trace the end of processing for a logical event.
Source§fn trace_checkpoint_barrier(&self, _state: &str)
fn trace_checkpoint_barrier(&self, _state: &str)
Trace the current state of the checkpoint barrier.
Auto Trait Implementations§
impl Freeze for NoOpEventTracer
impl RefUnwindSafe for NoOpEventTracer
impl Send for NoOpEventTracer
impl Sync for NoOpEventTracer
impl Unpin for NoOpEventTracer
impl UnsafeUnpin for NoOpEventTracer
impl UnwindSafe for NoOpEventTracer
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