Struct opening_hours_syntax::rules::day::DaySelector [−][src]
pub struct DaySelector {
pub year: Vec<YearRange>,
pub monthday: Vec<MonthdayRange>,
pub week: Vec<WeekRange>,
pub weekday: Vec<WeekDayRange>,
}Fields
year: Vec<YearRange>monthday: Vec<MonthdayRange>week: Vec<WeekRange>weekday: Vec<WeekDayRange>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DaySelector
impl Send for DaySelector
impl Sync for DaySelector
impl Unpin for DaySelector
impl UnwindSafe for DaySelector
Blanket Implementations
Mutably borrows from an owned value. Read more