Enum python_launcher::VersionMatch
source · pub enum VersionMatch {
NotAtAll,
Loosely,
Exactly,
}
Expand description
Represents how tight of a match a Version
is to a RequestedVersion
.
Variants
NotAtAll
Loosely
Exactly
Trait Implementations
sourceimpl Debug for VersionMatch
impl Debug for VersionMatch
sourceimpl PartialEq<VersionMatch> for VersionMatch
impl PartialEq<VersionMatch> for VersionMatch
sourcefn eq(&self, other: &VersionMatch) -> bool
fn eq(&self, other: &VersionMatch) -> bool
impl StructuralPartialEq for VersionMatch
Auto Trait Implementations
impl RefUnwindSafe for VersionMatch
impl Send for VersionMatch
impl Sync for VersionMatch
impl Unpin for VersionMatch
impl UnwindSafe for VersionMatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more