pub struct MissingToolError { /* private fields */ }
Trait Implementations§
source§impl Debug for MissingToolError
impl Debug for MissingToolError
source§impl Display for MissingToolError
impl Display for MissingToolError
source§impl Error for MissingToolError
impl Error for MissingToolError
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 From<MissingToolError> for RequiredLibsError
impl From<MissingToolError> for RequiredLibsError
source§fn from(source: MissingToolError) -> Self
fn from(source: MissingToolError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MissingToolError
impl RefUnwindSafe for MissingToolError
impl Send for MissingToolError
impl Sync for MissingToolError
impl Unpin for MissingToolError
impl UnwindSafe for MissingToolError
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