Struct expedite::datetime::date::Date [] [src]

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

Fields

Methods

impl Date
[src]

Trait Implementations

impl Clone for Date
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Date
[src]

Formats the value using the given formatter.

impl Eq for Date
[src]

impl PartialEq for Date
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.