#[non_exhaustive]pub enum MonthRepr {
Numerical,
Long,
Short,
}๐Deprecated since 0.3.48: used only in the deprecated
Month componentAvailable on crate features
formatting or parsing only.Expand description
The representation of a month.
Variants (Non-exhaustive)ยง
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Numerical
๐Deprecated since 0.3.48: used only in the deprecated
Month componentThe number of the month (January is 1, December is 12).
Long
๐Deprecated since 0.3.48: used only in the deprecated
Month componentThe long form of the month name (e.g. โJanuaryโ).
Short
๐Deprecated since 0.3.48: used only in the deprecated
Month componentThe short form of the month name (e.g. โJanโ).
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Default for MonthRepr
Creates a modifier that indicates the value uses the
Numerical representation.
impl Default for MonthRepr
Creates a modifier that indicates the value uses the
Numerical representation.
Sourceยงimpl Eq for MonthRepr
impl Eq for MonthRepr
Sourceยง#[doc(hidden)]fn assert_fields_are_eq(&self)
#[doc(hidden)]fn assert_fields_are_eq(&self)
๐ฌThis is a nightly-only experimental API. (
derive_eq_internals)1.0.0 ยท Sourceยง#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
๐Deprecated since 1.95.0: implementation detail of
#[derive(Eq)]impl Copy for MonthRepr
impl StructuralPartialEq for MonthRepr
impl TrivialClone for MonthRepr
Auto Trait Implementationsยง
impl Freeze for MonthRepr
impl RefUnwindSafe for MonthRepr
impl Send for MonthRepr
impl Sync for MonthRepr
impl Unpin for MonthRepr
impl UnsafeUnpin for MonthRepr
impl UnwindSafe for MonthRepr
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<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Sourceยง#[doc(hidden)]const SIZE: usize = _
#[doc(hidden)]const SIZE: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const ALIGN: usize = _
#[doc(hidden)]const ALIGN: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const ALIGNMENT: Alignment = _
#[doc(hidden)]const ALIGNMENT: Alignment = _
๐ฌThis is a nightly-only experimental API. (
ptr_alignment_type)Sourceยง#[doc(hidden)]const IS_ZST: bool = _
#[doc(hidden)]const IS_ZST: bool = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const LAYOUT: Layout = _
#[doc(hidden)]const LAYOUT: Layout = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const MAX_SLICE_LEN: usize = _
#[doc(hidden)]const MAX_SLICE_LEN: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)The largest safe length for a
[Self]. Read more