Struct stlplus_rs::STLOutput
source · [−]pub struct STLOutput<VALUE> {
pub trend: Vec<VALUE>,
pub seasonal: Vec<VALUE>,
pub remainder: Vec<VALUE>,
}Fields
trend: Vec<VALUE>seasonal: Vec<VALUE>remainder: Vec<VALUE>Auto Trait Implementations
impl<VALUE> RefUnwindSafe for STLOutput<VALUE> where
VALUE: RefUnwindSafe,
impl<VALUE> Send for STLOutput<VALUE> where
VALUE: Send,
impl<VALUE> Sync for STLOutput<VALUE> where
VALUE: Sync,
impl<VALUE> Unpin for STLOutput<VALUE> where
VALUE: Unpin,
impl<VALUE> UnwindSafe for STLOutput<VALUE> where
VALUE: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more