pub struct SimpleMovingAverage { /* private fields */ }Expand description
Simple Moving Average (SMA) over a sliding window.
Implementations§
Auto Trait Implementations§
impl Freeze for SimpleMovingAverage
impl RefUnwindSafe for SimpleMovingAverage
impl Send for SimpleMovingAverage
impl Sync for SimpleMovingAverage
impl Unpin for SimpleMovingAverage
impl UnsafeUnpin for SimpleMovingAverage
impl UnwindSafe for SimpleMovingAverage
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