#[non_exhaustive]pub enum WeekdayRepr {
Short,
Long,
Sunday,
Monday,
}๐Deprecated since 0.3.48:
used only in the deprecated Weekday component
Available on crate feature
cookies and (crate features formatting or parsing) only.Expand description
The representation used for the day of the week.
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.
Short
๐Deprecated since 0.3.48:
used only in the deprecated Weekday component
The short form of the weekday (e.g. โMonโ).
Long
๐Deprecated since 0.3.48:
used only in the deprecated Weekday component
The long form of the weekday (e.g. โMondayโ).
Sunday
๐Deprecated since 0.3.48:
used only in the deprecated Weekday component
A numerical representation using Sunday as the first day of the week.
Sunday is either 0 or 1, depending on the other modifierโs value.
Monday
๐Deprecated since 0.3.48:
used only in the deprecated Weekday component
A numerical representation using Monday as the first day of the week.
Monday is either 0 or 1, depending on the other modifierโs value.
Trait Implementationsยง
Sourceยงimpl Clone for WeekdayRepr
impl Clone for WeekdayRepr
Sourceยงfn clone(&self) -> WeekdayRepr
fn clone(&self) -> WeekdayRepr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WeekdayRepr
Sourceยงimpl Debug for WeekdayRepr
impl Debug for WeekdayRepr
Sourceยงimpl Default for WeekdayRepr
Creates a modifier that indicates the value uses the Long representation.
impl Default for WeekdayRepr
Creates a modifier that indicates the value uses the Long representation.
Sourceยงfn default() -> WeekdayRepr
fn default() -> WeekdayRepr
Returns the โdefault valueโ for a type. Read more
impl Eq for WeekdayRepr
Sourceยงimpl From<WeekdayRepr> for WeekdayRepr
impl From<WeekdayRepr> for WeekdayRepr
Sourceยงfn from(modifier: WeekdayRepr) -> WeekdayRepr
fn from(modifier: WeekdayRepr) -> WeekdayRepr
Converts to this type from the input type.
Sourceยงimpl PartialEq for WeekdayRepr
impl PartialEq for WeekdayRepr
impl StructuralPartialEq for WeekdayRepr
Auto Trait Implementationsยง
impl Freeze for WeekdayRepr
impl RefUnwindSafe for WeekdayRepr
impl Send for WeekdayRepr
impl Sync for WeekdayRepr
impl Unpin for WeekdayRepr
impl UnsafeUnpin for WeekdayRepr
impl UnwindSafe for WeekdayRepr
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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ยง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.