Enum python_launcher::RequestedVersion [−][src]
Represents the version of Python a user requsted.
Variants
AnyLoose(u16)Exact(u16, u16)
Trait Implementations
impl Debug for RequestedVersion[src]
impl Debug for RequestedVersionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RequestedVersion[src]
impl PartialEq for RequestedVersionfn eq(&self, other: &RequestedVersion) -> bool[src]
fn eq(&self, other: &RequestedVersion) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RequestedVersion) -> bool[src]
fn ne(&self, other: &RequestedVersion) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RequestedVersion
impl Send for RequestedVersionimpl Sync for RequestedVersion
impl Sync for RequestedVersion