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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DateModeType
impl PartialEq for DateModeType
impl Copy for DateModeType
impl Eq for DateModeType
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