Struct statistical_tests_rs::SampleStatistics
source · [−]Fields
sample_mean: f64
standard_error: f64
n: usize
Auto Trait Implementations
impl RefUnwindSafe for SampleStatistics
impl Send for SampleStatistics
impl Sync for SampleStatistics
impl Unpin for SampleStatistics
impl UnwindSafe for SampleStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more