pub struct ExponentialSmoothing {
pub alpha: f64,
pub beta: Option<f64>,
}Fields§
§alpha: f64§beta: Option<f64>Implementations§
Auto Trait Implementations§
impl Freeze for ExponentialSmoothing
impl RefUnwindSafe for ExponentialSmoothing
impl Send for ExponentialSmoothing
impl Sync for ExponentialSmoothing
impl Unpin for ExponentialSmoothing
impl UnwindSafe for ExponentialSmoothing
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