pub struct Month { /* private fields */ }
Implementations§
Source§impl Month
impl Month
pub const MIN: u64 = 1u64
pub const MAX: u64 = 12u64
pub const JANUARY: u64 = 1u64
pub const FEBRUARY: u64 = 2u64
pub const MARCH: u64 = 3u64
pub const APRIL: u64 = 4u64
pub const MAY: u64 = 5u64
pub const JUNE: u64 = 6u64
pub const JULY: u64 = 7u64
pub const AUGUST: u64 = 8u64
pub const SEPTEMBER: u64 = 9u64
pub const OCTOBER: u64 = 10u64
pub const NOVEMBER: u64 = 11u64
pub const DECEMBER: u64 = 12u64
pub const JAN: u64 = 1u64
pub const FEB: u64 = 2u64
pub const MAR: u64 = 3u64
pub const APR: u64 = 4u64
pub const JUN: u64 = 6u64
pub const JUL: u64 = 7u64
pub const AUG: u64 = 8u64
pub const SEP: u64 = 9u64
pub const OCT: u64 = 10u64
pub const NOV: u64 = 11u64
pub const DEC: u64 = 12u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Month
impl RefUnwindSafe for Month
impl Send for Month
impl Sync for Month
impl Unpin for Month
impl UnwindSafe for Month
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more