Struct list_math::AverageList
source · pub struct AverageList { /* private fields */ }Expand description
find average on list
Implementations§
Auto Trait Implementations§
impl Freeze for AverageList
impl RefUnwindSafe for AverageList
impl Send for AverageList
impl Sync for AverageList
impl Unpin for AverageList
impl UnwindSafe for AverageList
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