InstallPipMode in rustpython - Rust
pub enum InstallPipMode {
Ensurepip,
GetPip,
}Variants§
Ensurepip
Install pip using the ensurepip pip module. This has a higher chance of success, but may not install the latest version of pip.
GetPip
Install pip using the get-pip.py script, which retrieves the latest pip version. This can be broken due to incompatibilities with cpython.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstallPipMode
impl RefUnwindSafe for InstallPipMode
impl Send for InstallPipMode
impl Sync for InstallPipMode
impl Unpin for InstallPipMode
impl UnsafeUnpin for InstallPipMode
impl UnwindSafe for InstallPipMode
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,
fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,