Enum cassowary::WeightedRelation [] [src]

pub enum WeightedRelation {
    EQ(f64),
    LE(f64),
    GE(f64),
}

This is part of the syntactic sugar used for specifying constraints. This enum should be used as part of a constraint expression. See the module documentation for more information.

Variants

==

<=

>=

Trait Implementations

impl BitOr<WeightedRelation> for f64
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<WeightedRelation> for f32
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<WeightedRelation> for Variable
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<WeightedRelation> for Term
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<WeightedRelation> for Expression
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl From<WeightedRelation> for (RelationalOperator, f64)
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for WeightedRelation

impl Sync for WeightedRelation