#[non_exhaustive]pub enum WeekNumberRepr {
Iso,
Sunday,
Monday,
}๐Deprecated since 0.3.48: used only in the deprecated
WeekNumber componentAvailable on crate features
formatting or parsing only.Expand description
The representation used for the week number.
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.
Iso
๐Deprecated since 0.3.48: used only in the deprecated
WeekNumber componentWeek 1 is the week that contains January 4.
Sunday
๐Deprecated since 0.3.48: used only in the deprecated
WeekNumber componentWeek 1 begins on the first Sunday of the calendar year.
Monday
๐Deprecated since 0.3.48: used only in the deprecated
WeekNumber componentWeek 1 begins on the first Monday of the calendar year.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for WeekNumberRepr
impl Clone for WeekNumberRepr
Sourceยงfn clone(&self) -> WeekNumberRepr
fn clone(&self) -> WeekNumberRepr
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for WeekNumberRepr
impl Debug for WeekNumberRepr
Sourceยงimpl Default for WeekNumberRepr
Creates a modifier that indicates that the value uses the Iso representation.
impl Default for WeekNumberRepr
Creates a modifier that indicates that the value uses the Iso representation.
Sourceยงimpl Eq for WeekNumberRepr
impl Eq for WeekNumberRepr
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)]Sourceยงimpl From<WeekNumberRepr> for WeekNumberRepr
Available on crate feature alloc only.
impl From<WeekNumberRepr> for WeekNumberRepr
Available on crate feature
alloc only.Sourceยงfn from(modifier: WeekNumberRepr) -> Self
fn from(modifier: WeekNumberRepr) -> Self
Converts to this type from the input type.
Sourceยงimpl PartialEq for WeekNumberRepr
impl PartialEq for WeekNumberRepr
impl Copy for WeekNumberRepr
impl StructuralPartialEq for WeekNumberRepr
impl TrivialClone for WeekNumberRepr
Auto Trait Implementationsยง
impl Freeze for WeekNumberRepr
impl RefUnwindSafe for WeekNumberRepr
impl Send for WeekNumberRepr
impl Sync for WeekNumberRepr
impl Unpin for WeekNumberRepr
impl UnsafeUnpin for WeekNumberRepr
impl UnwindSafe for WeekNumberRepr
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