Struct baimax::ast::Time [] [src]

pub struct Time {
    pub hour: u8,
    pub minute: u8,
}

Fields

Trait Implementations

impl FromStr for Time
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Debug for Time
[src]

Formats the value using the given formatter.

impl Clone for Time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more