Enum bounds::Comparison [] [src]

pub enum Comparison {
    Less,
    Greater,
    Intersects,
}

Variants

Trait Implementations

impl Debug for Comparison
[src]

[src]

Formats the value using the given formatter.

impl Eq for Comparison
[src]

impl PartialEq for Comparison
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Neg for Comparison
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.