Struct irox_time::format::iso8601::ExtendedTimeFormat
source · pub struct ExtendedTimeFormat;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 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