Enum python_launcher::RequestedVersion [−][src]
Expand description
The version of Python being searched for.
Variants
Any version is acceptable.
MajorOnly(u16)A specific major version (e.g. 3.x).
The specific major.minor version (e.g. 3.9).
Implementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RequestedVersionimpl Send for RequestedVersionimpl Sync for RequestedVersionimpl Unpin for RequestedVersionimpl UnwindSafe for RequestedVersionBlanket Implementations
Mutably borrows from an owned value. Read more