pub enum SystemPythonError {
NoCurrentExe(Error),
NoPath,
NotInPath,
}Variants§
Trait Implementations§
Source§impl Debug for SystemPythonError
impl Debug for SystemPythonError
Source§impl Display for SystemPythonError
impl Display for SystemPythonError
Source§impl Error for SystemPythonError
impl Error for SystemPythonError
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 SystemPythonError
impl !RefUnwindSafe for SystemPythonError
impl Send for SystemPythonError
impl Sync for SystemPythonError
impl Unpin for SystemPythonError
impl UnsafeUnpin for SystemPythonError
impl !UnwindSafe for SystemPythonError
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