pub enum HistFunc {
Count,
Sum,
Average,
Minimum,
Maximum,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HistFunc
impl RefUnwindSafe for HistFunc
impl Send for HistFunc
impl Sync for HistFunc
impl Unpin for HistFunc
impl UnwindSafe for HistFunc
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