pub enum YearError {
InvalidDate,
}Variants§
InvalidDate
Trait Implementations§
impl Copy for YearError
impl Eq for YearError
impl StructuralPartialEq for YearError
Auto Trait Implementations§
impl Freeze for YearError
impl RefUnwindSafe for YearError
impl Send for YearError
impl Sync for YearError
impl Unpin for YearError
impl UnsafeUnpin for YearError
impl UnwindSafe for YearError
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