Struct irox_time::format::iso8601::ExtendedDateTimeFormat
source · pub struct ExtendedDateTimeFormat;Trait Implementations§
source§impl Format<UTCDateTime> for ExtendedDateTimeFormat
impl Format<UTCDateTime> for ExtendedDateTimeFormat
source§fn format(&self, date: &UTCDateTime) -> String
fn format(&self, date: &UTCDateTime) -> String
Implementation-specific format of a date or time
source§impl FormatParser<UTCDateTime> for ExtendedDateTimeFormat
impl FormatParser<UTCDateTime> for ExtendedDateTimeFormat
source§fn try_from(&self, data: &str) -> Result<UTCDateTime, FormatError>
fn try_from(&self, data: &str) -> Result<UTCDateTime, FormatError>
Tries to parse the specified string into the resultant item.
Auto Trait Implementations§
impl RefUnwindSafe for ExtendedDateTimeFormat
impl Send for ExtendedDateTimeFormat
impl Sync for ExtendedDateTimeFormat
impl Unpin for ExtendedDateTimeFormat
impl UnwindSafe for ExtendedDateTimeFormat
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