pub struct InvalidMonth;Trait Implementations§
Source§impl Clone for InvalidMonth
impl Clone for InvalidMonth
Source§fn clone(&self) -> InvalidMonth
fn clone(&self) -> InvalidMonth
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for InvalidMonth
impl RefUnwindSafe for InvalidMonth
impl Send for InvalidMonth
impl Sync for InvalidMonth
impl Unpin for InvalidMonth
impl UnwindSafe for InvalidMonth
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