pub struct MonthTryFromDateError;Trait Implementations§
Source§impl Clone for MonthTryFromDateError
impl Clone for MonthTryFromDateError
Source§fn clone(&self) -> MonthTryFromDateError
fn clone(&self) -> MonthTryFromDateError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MonthTryFromDateError
Source§impl Debug for MonthTryFromDateError
impl Debug for MonthTryFromDateError
Source§impl Display for MonthTryFromDateError
impl Display for MonthTryFromDateError
impl Eq for MonthTryFromDateError
Source§impl Error for MonthTryFromDateError
impl Error for MonthTryFromDateError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for MonthTryFromDateError
impl Hash for MonthTryFromDateError
Source§impl PartialEq for MonthTryFromDateError
impl PartialEq for MonthTryFromDateError
impl StructuralPartialEq for MonthTryFromDateError
Auto Trait Implementations§
impl Freeze for MonthTryFromDateError
impl RefUnwindSafe for MonthTryFromDateError
impl Send for MonthTryFromDateError
impl Sync for MonthTryFromDateError
impl Unpin for MonthTryFromDateError
impl UnsafeUnpin for MonthTryFromDateError
impl UnwindSafe for MonthTryFromDateError
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