Enum python_packaging::interpreter::PythonInterpreterProfile [−][src]
pub enum PythonInterpreterProfile {
Isolated,
Python,
}Defines the profile to use to configure a Python interpreter.
Variants
Python is isolated from the system.
See https://docs.python.org/3/c-api/init_config.html#isolated-configuration.
Python interpreter behaves like python.
See https://docs.python.org/3/c-api/init_config.html#python-configuration.
Trait Implementations
impl Clone for PythonInterpreterProfile[src]
impl Clone for PythonInterpreterProfile[src]fn clone(&self) -> PythonInterpreterProfile[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PythonInterpreterProfile[src]
impl Copy for PythonInterpreterProfile[src]impl Default for PythonInterpreterProfile[src]
impl Default for PythonInterpreterProfile[src]Auto Trait Implementations
impl RefUnwindSafe for PythonInterpreterProfile
impl RefUnwindSafe for PythonInterpreterProfileimpl Send for PythonInterpreterProfile
impl Send for PythonInterpreterProfileimpl Sync for PythonInterpreterProfile
impl Sync for PythonInterpreterProfileimpl Unpin for PythonInterpreterProfile
impl Unpin for PythonInterpreterProfileimpl UnwindSafe for PythonInterpreterProfile
impl UnwindSafe for PythonInterpreterProfile