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