pub enum BoxMean {
True,
False,
StandardDeviation,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxMean
impl RefUnwindSafe for BoxMean
impl Send for BoxMean
impl Sync for BoxMean
impl Unpin for BoxMean
impl UnwindSafe for BoxMean
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