pub struct BasicTimeOfDay;Expand description
IS0 8601-1:2019 Basic Time Of Day Format, of section 5.3.3. Equivalent to THHmmssZ/T051025Z
Implementations§
Trait Implementations§
Source§impl Clone for BasicTimeOfDay
impl Clone for BasicTimeOfDay
Source§fn clone(&self) -> BasicTimeOfDay
fn clone(&self) -> BasicTimeOfDay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BasicTimeOfDay
impl Debug for BasicTimeOfDay
Source§impl Default for BasicTimeOfDay
impl Default for BasicTimeOfDay
Source§fn default() -> BasicTimeOfDay
fn default() -> BasicTimeOfDay
Returns the “default value” for a type. Read more
Source§impl Format<Time> for BasicTimeOfDay
impl Format<Time> for BasicTimeOfDay
Source§impl Format<UTCDateTime> for BasicTimeOfDay
impl Format<UTCDateTime> for BasicTimeOfDay
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 BasicTimeOfDay
impl FormatParser<Time> for BasicTimeOfDay
impl Copy for BasicTimeOfDay
Auto Trait Implementations§
impl Freeze for BasicTimeOfDay
impl RefUnwindSafe for BasicTimeOfDay
impl Send for BasicTimeOfDay
impl Sync for BasicTimeOfDay
impl Unpin for BasicTimeOfDay
impl UnwindSafe for BasicTimeOfDay
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