pub enum DateTimeFormat {
Utc,
Tai,
}Expand description
Date and time formats currently supports UTC and TAI
Variants§
Trait Implementations§
Source§impl Clone for DateTimeFormat
impl Clone for DateTimeFormat
Source§fn clone(&self) -> DateTimeFormat
fn clone(&self) -> DateTimeFormat
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 DateTimeFormat
impl Debug for DateTimeFormat
Source§impl Default for DateTimeFormat
impl Default for DateTimeFormat
Source§impl Display for DateTimeFormat
impl Display for DateTimeFormat
Source§impl Ord for DateTimeFormat
impl Ord for DateTimeFormat
Source§fn cmp(&self, other: &DateTimeFormat) -> Ordering
fn cmp(&self, other: &DateTimeFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DateTimeFormat
impl PartialEq for DateTimeFormat
Source§impl PartialOrd for DateTimeFormat
impl PartialOrd for DateTimeFormat
impl Copy for DateTimeFormat
impl Eq for DateTimeFormat
impl StructuralPartialEq for DateTimeFormat
Auto Trait Implementations§
impl Freeze for DateTimeFormat
impl RefUnwindSafe for DateTimeFormat
impl Send for DateTimeFormat
impl Sync for DateTimeFormat
impl Unpin for DateTimeFormat
impl UnwindSafe for DateTimeFormat
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