pub struct DataPeriods {
pub records_per_hour: usize,
pub periods: Vec<DataPeriod>,
}Fields§
§records_per_hour: usize§periods: Vec<DataPeriod>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataPeriods
impl RefUnwindSafe for DataPeriods
impl Send for DataPeriods
impl Sync for DataPeriods
impl Unpin for DataPeriods
impl UnwindSafe for DataPeriods
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