Enum semver_parser::range::WildcardVersion  
source · pub enum WildcardVersion {
    Major,
    Minor,
    Patch,
}Variants§
Trait Implementations§
source§impl Debug for WildcardVersion
 
impl Debug for WildcardVersion
source§impl PartialEq<WildcardVersion> for WildcardVersion
 
impl PartialEq<WildcardVersion> for WildcardVersion
source§fn eq(&self, other: &WildcardVersion) -> bool
 
fn eq(&self, other: &WildcardVersion) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.