#[repr(u8)]
pub enum Month {
January,
February,
March,
April,
May,
June,
July,
August,
September,
October,
November,
December,
}
This is supported on crate feature
cookies
only.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
Compare self to key
and return true
if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more