Struct opentelemetry::metrics::BoundUpDownCounter [−][src]
pub struct BoundUpDownCounter<'a, T> { /* fields omitted */ }
This is supported on crate feature
metrics
only.Expand description
BoundUpDownCounter is a bound instrument for counters.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for BoundUpDownCounter<'a, T>
impl<'a, T> Send for BoundUpDownCounter<'a, T> where
T: Send,
impl<'a, T> Sync for BoundUpDownCounter<'a, T> where
T: Sync,
impl<'a, T> Unpin for BoundUpDownCounter<'a, T> where
T: Unpin,
impl<'a, T> !UnwindSafe for BoundUpDownCounter<'a, T>
Blanket Implementations
Mutably borrows from an owned value. Read more