pub struct SimpleExponentialSmoothing { /* private fields */ }Expand description
Simple Exponential Smoothing.
Implementations§
Auto Trait Implementations§
impl Freeze for SimpleExponentialSmoothing
impl RefUnwindSafe for SimpleExponentialSmoothing
impl Send for SimpleExponentialSmoothing
impl Sync for SimpleExponentialSmoothing
impl Unpin for SimpleExponentialSmoothing
impl UnwindSafe for SimpleExponentialSmoothing
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