pub struct StatisticsAll {
pub min: f64,
pub max: f64,
pub mean: f64,
pub std_dev: f64,
}Fields§
§min: f64§max: f64§mean: f64§std_dev: f64Trait Implementations§
Source§impl Debug for StatisticsAll
impl Debug for StatisticsAll
Source§impl PartialEq for StatisticsAll
impl PartialEq for StatisticsAll
impl StructuralPartialEq for StatisticsAll
Auto Trait Implementations§
impl Freeze for StatisticsAll
impl RefUnwindSafe for StatisticsAll
impl Send for StatisticsAll
impl Sync for StatisticsAll
impl Unpin for StatisticsAll
impl UnwindSafe for StatisticsAll
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