Enum semver_parser::range::Op
[−]
[src]
pub enum Op {
Ex,
Gt,
GtEq,
Lt,
LtEq,
Tilde,
Compatible,
Wildcard(WildcardVersion),
}Variants
ExGtGtEqLtLtEqTildeCompatibleWildcard(WildcardVersion)Trait Implementations
impl Debug for Op[src]
impl PartialEq for Op[src]
fn eq(&self, __arg_0: &Op) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Op) -> bool
This method tests for !=.