Enum baimax::ast::parse::TimeError [] [src]

pub enum TimeError {
    All,
    Hour,
    Minute,
}

Variants

Trait Implementations

impl Debug for TimeError
[src]

Formats the value using the given formatter.

impl Clone for TimeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more