pub struct TimeWindow {
pub time_window_index: Option<u16>,
pub day_of_week: Option<u8>,
pub time_period: Option<Vec<TimePeriod>>,
}Fields§
§time_window_index: Option<u16>§day_of_week: Option<u8>§time_period: Option<Vec<TimePeriod>>Trait Implementations§
Source§impl Debug for TimeWindow
impl Debug for TimeWindow
Auto Trait Implementations§
impl Freeze for TimeWindow
impl RefUnwindSafe for TimeWindow
impl Send for TimeWindow
impl Sync for TimeWindow
impl Unpin for TimeWindow
impl UnwindSafe for TimeWindow
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