Struct irox_time::format::iso8601::BasicDateTimeOfDay
source · pub struct BasicDateTimeOfDay;Expand description
IS0 8601-1:2019 Basic Date and Time of Day Format, section 5.4.2
Equivalent to YYYYMMddTHHmmssZ
Trait Implementations§
source§impl Format<UTCDateTime> for BasicDateTimeOfDay
impl Format<UTCDateTime> for BasicDateTimeOfDay
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 BasicDateTimeOfDay
impl FormatParser<UTCDateTime> for BasicDateTimeOfDay
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 BasicDateTimeOfDay
impl Send for BasicDateTimeOfDay
impl Sync for BasicDateTimeOfDay
impl Unpin for BasicDateTimeOfDay
impl UnwindSafe for BasicDateTimeOfDay
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