Enum inquisitor_core::InquisitorError
source · pub enum InquisitorError {
DurationParseError,
}Expand description
Error type for this library
Variants
Trait Implementations
sourceimpl Debug for InquisitorError
impl Debug for InquisitorError
sourceimpl Display for InquisitorError
impl Display for InquisitorError
sourceimpl Error for InquisitorError
impl Error for InquisitorError
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations
impl RefUnwindSafe for InquisitorError
impl Send for InquisitorError
impl Sync for InquisitorError
impl Unpin for InquisitorError
impl UnwindSafe for InquisitorError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more