pub struct Month(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl Month
impl Month
pub const JANUARY: Month
pub const FEBRUARY: Month
pub const MARCH: Month
pub const APRIL: Month
pub const MAY: Month
pub const JUNE: Month
pub const JULY: Month
pub const AUGUST: Month
pub const SEPTEMBER: Month
pub const OCTOBER: Month
pub const NOVEMBER: Month
pub const DECEMBER: Month
Trait Implementations§
Source§impl FromVariant for Month
impl FromVariant for Month
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Ord for Month
impl Ord for Month
Source§impl PartialOrd for Month
impl PartialOrd for Month
impl Copy for Month
impl Eq for Month
impl StructuralPartialEq for Month
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.