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