Enum time::Month [−][src]
#[repr(u8)]
pub enum Month {
January,
February,
March,
April,
May,
June,
July,
August,
September,
October,
November,
December,
}
Expand description
Months of the year.
Variants
January
February
March
April
May
June
July
August
September
October
November
December
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Month
impl UnwindSafe for Month
Blanket Implementations
Mutably borrows from an owned value. Read more