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)Intersect(RangeIntersect)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 !=.
Auto Trait Implementations
impl RefUnwindSafe for RangeCompareimpl Send for RangeCompareimpl Sync for RangeCompareimpl Unpin for RangeCompareimpl UnwindSafe for RangeCompare