pub struct PythonEnvironment {
pub interpreter: PathBuf,
pub python_home: Option<PathBuf>,
}Fields§
§interpreter: PathBuf§python_home: Option<PathBuf>Trait Implementations§
Source§impl Clone for PythonEnvironment
impl Clone for PythonEnvironment
Source§fn clone(&self) -> PythonEnvironment
fn clone(&self) -> PythonEnvironment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PythonEnvironment
impl RefUnwindSafe for PythonEnvironment
impl Send for PythonEnvironment
impl Sync for PythonEnvironment
impl Unpin for PythonEnvironment
impl UnwindSafe for PythonEnvironment
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