pub enum DateModeType {
Normal,
Human,
Relative,
Short,
Iso8601,
Iso8601Strict,
Rfc2822,
Strftime,
Raw,
Unix,
}Variants§
Trait Implementations§
Source§impl Clone for DateModeType
impl Clone for DateModeType
Source§fn clone(&self) -> DateModeType
fn clone(&self) -> DateModeType
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 DateModeType
impl Eq for DateModeType
Source§impl PartialEq for DateModeType
impl PartialEq for DateModeType
Source§fn eq(&self, other: &DateModeType) -> bool
fn eq(&self, other: &DateModeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DateModeType
Auto Trait Implementations§
impl Freeze for DateModeType
impl RefUnwindSafe for DateModeType
impl Send for DateModeType
impl Sync for DateModeType
impl Unpin for DateModeType
impl UnsafeUnpin for DateModeType
impl UnwindSafe for DateModeType
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