pub struct Histogram<T>(/* private fields */);Available on crate feature
metrics only.Expand description
An instrument that records a distribution of values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Histogram<T>
impl<T> !RefUnwindSafe for Histogram<T>
impl<T> Send for Histogram<T>
impl<T> Sync for Histogram<T>
impl<T> Unpin for Histogram<T>
impl<T> !UnwindSafe for Histogram<T>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self> ⓘ
fn with_context(self, otel_cx: Context) -> WithContext<Self> ⓘ
Available on crate feature
trace only.Source§fn with_current_context(self) -> WithContext<Self> ⓘ
fn with_current_context(self) -> WithContext<Self> ⓘ
Available on crate feature
trace only.