◐ Shell
clean mode source ↗

InstallPipMode in rustpython - Rust

Skip to main content

Enum InstallPipMode 

Source

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<T> Any for T

where T: 'static + ?Sized,

Source§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T

where T: 'a,

Source§

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,

Source§

fn implicit( self, class: Class, constructed: bool, tag: u32, ) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T

Source§

impl<T> BorrowMut<T> for T

Source§

impl<T, U> ExactFrom<T> for U

Source§

fn exact_from(value: T) -> U

Source§

impl<T, U> ExactInto<U> for T

Source§

fn exact_into(self) -> U

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T

where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

impl<T, U> OverflowingInto<U> for T

Source§

fn overflowing_into(self) -> (U, bool)

Source§

impl<T, U> RoundingInto<U> for T

Source§

fn rounding_into(self, rm: RoundingMode) -> (U, Ordering)

Source§

impl<T> Same for T

Source§

impl<T, U> SaturatingInto<U> for T

Source§

fn saturating_into(self) -> U

Source§

impl<T, U> TryFrom<U> for T

where U: Into<T>,

Source§

impl<T, U> TryInto<U> for T

Source§

impl<T, U> WrappingInto<U> for T

Source§

fn wrapping_into(self) -> U

Source§

impl<T> PyThreadingConstraint for T