Enum python_packaging::interpreter::PythonInterpreterProfile [−][src]
pub enum PythonInterpreterProfile { Isolated, Python, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for PythonInterpreterProfile
impl Send for PythonInterpreterProfile
impl Sync for PythonInterpreterProfile
impl Unpin for PythonInterpreterProfile
impl UnwindSafe for PythonInterpreterProfile
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self