pub struct HistogramVec { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for HistogramVec
impl Default for HistogramVec
Source§fn default() -> HistogramVec
fn default() -> HistogramVec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HistogramVec
impl !RefUnwindSafe for HistogramVec
impl Send for HistogramVec
impl Sync for HistogramVec
impl Unpin for HistogramVec
impl UnwindSafe for HistogramVec
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