Enum python_launcher::VersionMatch[][src]

pub enum VersionMatch {
    NotAtAll,
    Loosely,
    Exactly,
}

Represents how tight of a match a Version is to a RequestedVersion.

Variants

Trait Implementations

impl Debug for VersionMatch
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VersionMatch
[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