pub struct LabeledHistogram { /* private fields */ }Expand description
Labeled histogram
Implementations§
Source§impl LabeledHistogram
impl LabeledHistogram
Sourcepub fn with_default_buckets() -> Self
pub fn with_default_buckets() -> Self
Create with default buckets
Sourcepub fn with_label(&self, label: &str) -> Arc<Histogram>
pub fn with_label(&self, label: &str) -> Arc<Histogram>
Get or create a histogram for the given label
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LabeledHistogram
impl RefUnwindSafe for LabeledHistogram
impl Send for LabeledHistogram
impl Sync for LabeledHistogram
impl Unpin for LabeledHistogram
impl UnsafeUnpin for LabeledHistogram
impl UnwindSafe for LabeledHistogram
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