pub enum PyenvPythonExecutableError {
NotFound(Error),
NotExecutable,
}Variants§
Trait Implementations§
Source§impl Debug for PyenvPythonExecutableError
impl Debug for PyenvPythonExecutableError
Source§impl Display for PyenvPythonExecutableError
impl Display for PyenvPythonExecutableError
Source§impl Error for PyenvPythonExecutableError
impl Error for PyenvPythonExecutableError
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 PyenvPythonExecutableError
impl !RefUnwindSafe for PyenvPythonExecutableError
impl Send for PyenvPythonExecutableError
impl Sync for PyenvPythonExecutableError
impl Unpin for PyenvPythonExecutableError
impl UnsafeUnpin for PyenvPythonExecutableError
impl !UnwindSafe for PyenvPythonExecutableError
Blanket Implementations§
Source§impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
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