Enum opening_hours_syntax::rules::time::Time [−][src]
pub enum Time {
Fixed(ExtendedTime),
Variable(VariableTime),
}Variants
Fixed(ExtendedTime)Tuple Fields of Fixed
0: ExtendedTimeVariable(VariableTime)Tuple Fields of Variable
0: VariableTimeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Time
impl UnwindSafe for Time
Blanket Implementations
Mutably borrows from an owned value. Read more