pub enum ExtraLabel {
LessThan(f64),
Quantile(f64),
}Variants§
Auto Trait Implementations§
impl Freeze for ExtraLabel
impl RefUnwindSafe for ExtraLabel
impl Send for ExtraLabel
impl Sync for ExtraLabel
impl Unpin for ExtraLabel
impl UnwindSafe for ExtraLabel
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