pub struct ExtendedTimeFormat;Expand description
ISO 8601-1:2019 Extended Time Format, of section 5.3.3. Equivalent to THH:mm:ssZ/T05:10:25Z
Trait Implementations§
Source§impl Format<Time> for ExtendedTimeFormat
impl Format<Time> for ExtendedTimeFormat
Source§impl Format<UTCDateTime> for ExtendedTimeFormat
impl Format<UTCDateTime> for ExtendedTimeFormat
Source§fn format(&self, date: &UTCDateTime) -> String
fn format(&self, date: &UTCDateTime) -> String
Implementation-specific format of a date or time
Source§impl FormatParser<Time> for ExtendedTimeFormat
impl FormatParser<Time> for ExtendedTimeFormat
Auto Trait Implementations§
impl Freeze for ExtendedTimeFormat
impl RefUnwindSafe for ExtendedTimeFormat
impl Send for ExtendedTimeFormat
impl Sync for ExtendedTimeFormat
impl Unpin for ExtendedTimeFormat
impl UnwindSafe for ExtendedTimeFormat
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