pub enum Rule {
Show 80 variants
EOI,
ws,
year_unit,
month_unit,
week_unit,
day_unit,
hour_unit,
minute_unit,
second_unit,
date_month_unit,
monday,
tuesday,
wednesday,
thursday,
friday,
saturday,
sunday,
day,
month,
year,
hour,
minute_or_second,
minute,
second,
weekday,
interval_divisor_hrprefix,
time_divisor_hrprefix,
time_hrprefix,
countdown_hrprefix,
weekdays_divisor_hrprefix,
splitter,
interval,
interval_component,
time_interval,
time_interval_component,
date_interval,
date_interval_component,
interval_component_years,
interval_component_months,
interval_component_weeks,
interval_component_days,
interval_component_hours,
interval_component_minutes,
interval_component_seconds,
date_interval_component_months,
interval_value,
interval_years,
interval_months,
interval_weeks,
interval_days,
interval_hours,
interval_minutes,
interval_seconds,
date,
time,
date_divisor,
time_divisor,
date_from,
date_until,
dates_point,
dates_range,
dates_pattern,
dates_patterns,
time_from,
time_until,
time_point,
time_range,
time_pattern,
time_patterns,
weekday_from,
weekday_to,
weekdays_range,
weekdays_ranges,
recurrence,
countdown_one,
countdown,
reminder_pattern,
description_word,
description,
reminder,
}
Expand description
Reminder grammar
Variants§
EOI
End-of-input
ws
year_unit
month_unit
week_unit
day_unit
hour_unit
minute_unit
second_unit
date_month_unit
monday
tuesday
wednesday
thursday
friday
saturday
sunday
day
month
year
hour
minute_or_second
minute
second
weekday
interval_divisor_hrprefix
time_divisor_hrprefix
time_hrprefix
countdown_hrprefix
weekdays_divisor_hrprefix
splitter
interval
interval_component
time_interval
time_interval_component
date_interval
date_interval_component
interval_component_years
interval_component_months
interval_component_weeks
interval_component_days
interval_component_hours
interval_component_minutes
interval_component_seconds
date_interval_component_months
interval_value
interval_years
interval_months
interval_weeks
interval_days
interval_hours
interval_minutes
interval_seconds
date
time
date_divisor
time_divisor
date_from
date_until
dates_point
dates_range
dates_pattern
dates_patterns
time_from
time_until
time_point
time_range
time_pattern
time_patterns
weekday_from
weekday_to
weekdays_range
weekdays_ranges
recurrence
countdown_one
countdown
reminder_pattern
description_word
description
reminder
Implementations§
Trait Implementations§
Source§impl Ord for Rule
impl Ord for Rule
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl Copy for Rule
impl Eq for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
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