pub struct UncheckedPythonPath { /* private fields */ }
Expand description
A path that might be a python
executable.
Implementations§
Source§impl UncheckedPythonPath
impl UncheckedPythonPath
pub fn from_existing(path: PathBuf) -> Self
pub fn check( self, ) -> Result<PythonExecutable, (PyenvPythonExecutableError, PathBuf)>
Trait Implementations§
Source§impl Debug for UncheckedPythonPath
impl Debug for UncheckedPythonPath
Auto Trait Implementations§
impl Freeze for UncheckedPythonPath
impl RefUnwindSafe for UncheckedPythonPath
impl Send for UncheckedPythonPath
impl Sync for UncheckedPythonPath
impl Unpin for UncheckedPythonPath
impl UnwindSafe for UncheckedPythonPath
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