pub struct HistogramCount { /* private fields */ }
Trait Implementations§
Source§impl Debug for HistogramCount
impl Debug for HistogramCount
Source§impl PartialEq for HistogramCount
impl PartialEq for HistogramCount
impl StructuralPartialEq for HistogramCount
Auto Trait Implementations§
impl Freeze for HistogramCount
impl RefUnwindSafe for HistogramCount
impl Send for HistogramCount
impl Sync for HistogramCount
impl Unpin for HistogramCount
impl UnwindSafe for HistogramCount
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