Enum python_launcher::RequestedVersion[][src]

pub enum RequestedVersion {
    Any,
    Loose(u16),
    Exact(u16u16),
}

Represents the version of Python a user requsted.

Variants

Trait Implementations

impl Debug for RequestedVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RequestedVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations