pub struct TimeIndex {
pub regularity: SamplingRegularity,
pub length: usize,
}Expand description
Time index metadata for series data.
Fields§
§regularity: SamplingRegularityRegularity.
length: usizeNumber of time points.
Trait Implementations§
impl Eq for TimeIndex
impl StructuralPartialEq for TimeIndex
Auto Trait Implementations§
impl Freeze for TimeIndex
impl RefUnwindSafe for TimeIndex
impl Send for TimeIndex
impl Sync for TimeIndex
impl Unpin for TimeIndex
impl UnsafeUnpin for TimeIndex
impl UnwindSafe for TimeIndex
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