Enum range_set::range_compare::RangeCompare [] [src]

pub enum RangeCompare {
    Disjoint(RangeDisjoint),
    Intersect(RangeIntersect),
}

Result of comparing a pair of ranges (A,B)

Variants

Trait Implementations

impl Debug for RangeCompare
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for RangeCompare
[src]

impl PartialEq for RangeCompare
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<RangeDisjoint> for RangeCompare
[src]

[src]

Performs the conversion.

impl From<RangeIntersect> for RangeCompare
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RangeCompare

impl Sync for RangeCompare