Enum timecalc::TimecalcError
source · pub enum TimecalcError {
ParseError(String),
}
Variants§
Trait Implementations§
source§impl Debug for TimecalcError
impl Debug for TimecalcError
source§impl Display for TimecalcError
impl Display for TimecalcError
source§impl Error for TimecalcError
impl Error for TimecalcError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 PartialEq for TimecalcError
impl PartialEq for TimecalcError
source§fn eq(&self, other: &TimecalcError) -> bool
fn eq(&self, other: &TimecalcError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TimecalcError
Auto Trait Implementations§
impl Freeze for TimecalcError
impl RefUnwindSafe for TimecalcError
impl Send for TimecalcError
impl Sync for TimecalcError
impl Unpin for TimecalcError
impl UnwindSafe for TimecalcError
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