Enum python_launcher::VersionMatch [−][src]
pub enum VersionMatch {
NotAtAll,
Loosely,
Exactly,
}Represents how tight of a match a Version is to a RequestedVersion.
Variants
NotAtAllLooselyExactly
Trait Implementations
impl Debug for VersionMatch[src]
impl Debug for VersionMatchfn 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 VersionMatch[src]
impl PartialEq for VersionMatchAuto Trait Implementations
impl Send for VersionMatch
impl Send for VersionMatchimpl Sync for VersionMatch
impl Sync for VersionMatch