pub struct PanelUnit {
pub unit_id: u32,
pub series: TimeSeriesData,
}Expand description
One panel unit: a time series for a single cross-sectional unit.
Fields§
§unit_id: u32Unit label / dense index.
series: TimeSeriesDataPer-unit time series (borrowed schema must match the panel).
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PanelUnit
impl !UnwindSafe for PanelUnit
impl Freeze for PanelUnit
impl Send for PanelUnit
impl Sync for PanelUnit
impl Unpin for PanelUnit
impl UnsafeUnpin for PanelUnit
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