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