pub enum HostTargetTripleError {
CommandFailed(RunAndSearchError),
}
Variants§
CommandFailed(RunAndSearchError)
Trait Implementations§
source§impl Debug for HostTargetTripleError
impl Debug for HostTargetTripleError
source§impl Display for HostTargetTripleError
impl Display for HostTargetTripleError
source§impl Error for HostTargetTripleError
impl Error for HostTargetTripleError
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 Reportable for HostTargetTripleError
impl Reportable for HostTargetTripleError
Auto Trait Implementations§
impl Freeze for HostTargetTripleError
impl !RefUnwindSafe for HostTargetTripleError
impl Send for HostTargetTripleError
impl Sync for HostTargetTripleError
impl Unpin for HostTargetTripleError
impl !UnwindSafe for HostTargetTripleError
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