pub struct NoopEmitter;Expand description
No-op emitter for testing and headless operation.
Always returns Ok(()) without doing anything.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopEmitter
impl RefUnwindSafe for NoopEmitter
impl Send for NoopEmitter
impl Sync for NoopEmitter
impl Unpin for NoopEmitter
impl UnsafeUnpin for NoopEmitter
impl UnwindSafe for NoopEmitter
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