Struct computus::Date [] [src]

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

Fields

Methods

impl Date
[src]

Trait Implementations

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 !=.