pub struct LaggedColumn {
pub variable: VariableId,
pub lag: Lag,
}Expand description
One planned lagged column.
Fields§
§variable: VariableIdVariable.
lag: LagLag relative to the contemporaneous sample time.
Trait Implementations§
Source§impl Clone for LaggedColumn
impl Clone for LaggedColumn
Source§fn clone(&self) -> LaggedColumn
fn clone(&self) -> LaggedColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LaggedColumn
Source§impl Debug for LaggedColumn
impl Debug for LaggedColumn
impl Eq for LaggedColumn
Source§impl Hash for LaggedColumn
impl Hash for LaggedColumn
Source§impl PartialEq for LaggedColumn
impl PartialEq for LaggedColumn
impl StructuralPartialEq for LaggedColumn
Auto Trait Implementations§
impl Freeze for LaggedColumn
impl RefUnwindSafe for LaggedColumn
impl Send for LaggedColumn
impl Sync for LaggedColumn
impl Unpin for LaggedColumn
impl UnsafeUnpin for LaggedColumn
impl UnwindSafe for LaggedColumn
Blanket Implementations§
impl<T> Allocation for T
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