pub struct ExtendedDateFormat;Expand description
ISO 8601-1:2019 Extended Date Format, of section 5.2.2. Equivalent to YYYY-mm-dd/2023-12-31
Trait Implementations§
Source§impl Format<Date> for ExtendedDateFormat
impl Format<Date> for ExtendedDateFormat
Source§impl Format<UTCDateTime> for ExtendedDateFormat
impl Format<UTCDateTime> for ExtendedDateFormat
Source§fn format(&self, date: &UTCDateTime) -> String
fn format(&self, date: &UTCDateTime) -> String
Implementation-specific format of a date or time
Source§impl FormatParser<Date> for ExtendedDateFormat
impl FormatParser<Date> for ExtendedDateFormat
Auto Trait Implementations§
impl Freeze for ExtendedDateFormat
impl RefUnwindSafe for ExtendedDateFormat
impl Send for ExtendedDateFormat
impl Sync for ExtendedDateFormat
impl Unpin for ExtendedDateFormat
impl UnwindSafe for ExtendedDateFormat
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