pub struct DayPattern {
pub day_pattern_id: Option<u32>,
pub days_of_week: Option<DayPatternDayOfWeek>,
pub day_entry_i_ds: Option<Vec<u32>>,
}Fields§
§day_pattern_id: Option<u32>§days_of_week: Option<DayPatternDayOfWeek>§day_entry_i_ds: Option<Vec<u32>>Trait Implementations§
Source§impl Debug for DayPattern
impl Debug for DayPattern
Auto Trait Implementations§
impl Freeze for DayPattern
impl RefUnwindSafe for DayPattern
impl Send for DayPattern
impl Sync for DayPattern
impl Unpin for DayPattern
impl UnwindSafe for DayPattern
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