Enum semver_parser::range::Op
[−]
[src]
pub enum Op { Ex, Gt, GtEq, Lt, LtEq, Tilde, Compatible, Wildcard(WildcardVersion), }
Variants
Ex
Gt
GtEq
Lt
LtEq
Tilde
Compatible
Wildcard(WildcardVersion)
Trait Implementations
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 !=
.