pub struct All {
pub min: f64,
pub max: f64,
pub average: f64,
pub variance: f64,
pub standard_deviation: f64,
}Fields§
§min: f64§max: f64§average: f64§variance: f64§standard_deviation: f64Implementations§
Auto Trait Implementations§
impl Freeze for All
impl RefUnwindSafe for All
impl Send for All
impl Sync for All
impl Unpin for All
impl UnwindSafe for All
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