Enum opening_hours_syntax::rules::time::TimeEvent [−][src]
pub enum TimeEvent {
Dawn,
Sunrise,
Sunset,
Dusk,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeEvent
impl UnwindSafe for TimeEvent
Blanket Implementations
Mutably borrows from an owned value. Read more