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