pub enum ErroredDateTimeComponent {
Year,
Month,
Day,
Hour,
Minute,
Second,
Microsecond,
Offset,
Date,
Time,
DateTime,
}
Variants§
Trait Implementations§
Source§impl Clone for ErroredDateTimeComponent
impl Clone for ErroredDateTimeComponent
Source§fn clone(&self) -> ErroredDateTimeComponent
fn clone(&self) -> ErroredDateTimeComponent
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 ErroredDateTimeComponent
impl Debug for ErroredDateTimeComponent
Source§impl Display for ErroredDateTimeComponent
impl Display for ErroredDateTimeComponent
Source§impl PartialEq for ErroredDateTimeComponent
impl PartialEq for ErroredDateTimeComponent
impl Copy for ErroredDateTimeComponent
impl Eq for ErroredDateTimeComponent
impl StructuralPartialEq for ErroredDateTimeComponent
Auto Trait Implementations§
impl Freeze for ErroredDateTimeComponent
impl RefUnwindSafe for ErroredDateTimeComponent
impl Send for ErroredDateTimeComponent
impl Sync for ErroredDateTimeComponent
impl Unpin for ErroredDateTimeComponent
impl UnwindSafe for ErroredDateTimeComponent
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