pub struct UintExponentialHistogramProperty { /* private fields */ }
Expand description
An exponential histogram property for uint values.
Trait Implementations§
source§impl Default for UintExponentialHistogramProperty
impl Default for UintExponentialHistogramProperty
source§fn default() -> UintExponentialHistogramProperty
fn default() -> UintExponentialHistogramProperty
Returns the “default value” for a type. Read more
source§impl HistogramProperty for UintExponentialHistogramProperty
impl HistogramProperty for UintExponentialHistogramProperty
source§fn insert_multiple(&self, value: u64, count: usize)
fn insert_multiple(&self, value: u64, count: usize)
Inserts the given
value
in the histogram count
times.impl InspectType for UintExponentialHistogramProperty
Auto Trait Implementations§
impl Freeze for UintExponentialHistogramProperty
impl !RefUnwindSafe for UintExponentialHistogramProperty
impl Send for UintExponentialHistogramProperty
impl Sync for UintExponentialHistogramProperty
impl Unpin for UintExponentialHistogramProperty
impl !UnwindSafe for UintExponentialHistogramProperty
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