Struct opentelemetry::metrics::noop::NoopSyncInstrument
source · pub struct NoopSyncInstrument { /* private fields */ }
Expand description
A no-op sync instrument
Implementations§
Trait Implementations§
source§impl Debug for NoopSyncInstrument
impl Debug for NoopSyncInstrument
source§impl Default for NoopSyncInstrument
impl Default for NoopSyncInstrument
source§fn default() -> NoopSyncInstrument
fn default() -> NoopSyncInstrument
Returns the “default value” for a type. Read more
source§impl<T> SyncCounter<T> for NoopSyncInstrument
impl<T> SyncCounter<T> for NoopSyncInstrument
source§impl<T> SyncGauge<T> for NoopSyncInstrument
impl<T> SyncGauge<T> for NoopSyncInstrument
source§impl<T> SyncHistogram<T> for NoopSyncInstrument
impl<T> SyncHistogram<T> for NoopSyncInstrument
source§impl<T> SyncUpDownCounter<T> for NoopSyncInstrument
impl<T> SyncUpDownCounter<T> for NoopSyncInstrument
Auto Trait Implementations§
impl Freeze for NoopSyncInstrument
impl RefUnwindSafe for NoopSyncInstrument
impl Send for NoopSyncInstrument
impl Sync for NoopSyncInstrument
impl Unpin for NoopSyncInstrument
impl UnwindSafe for NoopSyncInstrument
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