pub enum DrillxError {
BadEquix,
NoSolutions,
}Variants§
Trait Implementations§
Source§impl Debug for DrillxError
impl Debug for DrillxError
Source§impl Display for DrillxError
impl Display for DrillxError
Source§impl Error for DrillxError
impl Error for DrillxError
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()
Auto Trait Implementations§
impl Freeze for DrillxError
impl RefUnwindSafe for DrillxError
impl Send for DrillxError
impl Sync for DrillxError
impl Unpin for DrillxError
impl UnwindSafe for DrillxError
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