pub struct BasicCalendarDate;Expand description
IS0 8601-1:2019 Basic Calendar Date Format, of section 5.2.2. Equivalent to YYYYMMdd/20231231
Implementations§
Trait Implementations§
Source§impl Clone for BasicCalendarDate
impl Clone for BasicCalendarDate
Source§fn clone(&self) -> BasicCalendarDate
fn clone(&self) -> BasicCalendarDate
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 BasicCalendarDate
impl Debug for BasicCalendarDate
Source§impl Default for BasicCalendarDate
impl Default for BasicCalendarDate
Source§fn default() -> BasicCalendarDate
fn default() -> BasicCalendarDate
Returns the “default value” for a type. Read more
Source§impl Format<Date> for BasicCalendarDate
impl Format<Date> for BasicCalendarDate
Source§impl Format<UTCDateTime> for BasicCalendarDate
impl Format<UTCDateTime> for BasicCalendarDate
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 BasicCalendarDate
impl FormatParser<Date> for BasicCalendarDate
impl Copy for BasicCalendarDate
Auto Trait Implementations§
impl Freeze for BasicCalendarDate
impl RefUnwindSafe for BasicCalendarDate
impl Send for BasicCalendarDate
impl Sync for BasicCalendarDate
impl Unpin for BasicCalendarDate
impl UnwindSafe for BasicCalendarDate
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