pub struct NoopTelemetry;Expand description
A telemetry sink that ignores all events. Useful for tests or for consumers who do not need telemetry integration yet.
Trait Implementations§
Source§impl Clone for NoopTelemetry
impl Clone for NoopTelemetry
impl Copy for NoopTelemetry
Source§impl Debug for NoopTelemetry
impl Debug for NoopTelemetry
Source§impl Default for NoopTelemetry
impl Default for NoopTelemetry
Auto Trait Implementations§
impl Freeze for NoopTelemetry
impl RefUnwindSafe for NoopTelemetry
impl Send for NoopTelemetry
impl Sync for NoopTelemetry
impl Unpin for NoopTelemetry
impl UnsafeUnpin for NoopTelemetry
impl UnwindSafe for NoopTelemetry
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