Struct baimax::ast::Date [] [src]

pub struct Date {
    pub year: u8,
    pub month: u8,
    pub day: u8,
}

Fields

Trait Implementations

impl FromStr for Date
[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 Date
[src]

Formats the value using the given formatter.

impl Clone for Date
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more