pub struct PythonError {
pub pyenv: PyenvError,
pub system: SystemPythonError,
}
Fields§
§pyenv: PyenvError
§system: SystemPythonError
Trait Implementations§
Source§impl Debug for PythonError
impl Debug for PythonError
Source§impl Display for PythonError
impl Display for PythonError
Source§impl Error for PythonError
impl Error for PythonError
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()
Auto Trait Implementations§
impl Freeze for PythonError
impl !RefUnwindSafe for PythonError
impl Send for PythonError
impl Sync for PythonError
impl Unpin for PythonError
impl !UnwindSafe for PythonError
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