Struct opening_hours_syntax::rules::day::DaySelector
source · 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§
source§impl Clone for DaySelector
impl Clone for DaySelector
source§fn clone(&self) -> DaySelector
fn clone(&self) -> DaySelector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DaySelector
impl Debug for DaySelector
source§impl Default for DaySelector
impl Default for DaySelector
source§fn default() -> DaySelector
fn default() -> DaySelector
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§
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