pub enum HistogramBins {
Count(usize),
Bounds(Vec<f64>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HistogramBins
impl RefUnwindSafe for HistogramBins
impl Send for HistogramBins
impl Sync for HistogramBins
impl Unpin for HistogramBins
impl UnwindSafe for HistogramBins
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