Enum cursive_calendar_view::Month [] [src]

pub enum Month {
    January,
    February,
    March,
    April,
    May,
    June,
    July,
    August,
    September,
    October,
    November,
    December,
}

Enumeration of all months in a year.

Variants

The month of January.

The month of February.

The month of March.

The month of April.

The month of May.

The month of June.

The month of July.

The month of August.

The month of September.

The month of October.

The month of November.

The month of December.

Trait Implementations

impl Copy for Month
[src]

impl Clone for Month
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<u32> for Month
[src]

[src]

Performs the conversion.

impl<'a> Into<i32> for &'a Month
[src]

[src]

Performs the conversion.