Enum range_set::range_compare::RangeCompare [−][src]
pub enum RangeCompare {
Disjoint(RangeDisjoint),
Intersect(RangeIntersect),
}Expand description
Result of comparing a pair of ranges (A,B)
Variants
Disjoint(RangeDisjoint)Tuple Fields of Disjoint
Intersect(RangeIntersect)Tuple Fields of Intersect
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.