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
sourceimpl Clone for DaySelector
impl Clone for DaySelector
sourcefn clone(&self) -> DaySelector
fn clone(&self) -> DaySelector
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DaySelector
impl Debug for DaySelector
sourceimpl Default for DaySelector
impl Default for DaySelector
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more