Struct cassowary::PartialConstraint [] [src]

pub struct PartialConstraint(_, _);

This is an intermediate type used in the syntactic sugar for specifying constraints. You should not use it directly.

Trait Implementations

impl BitOr<f64> for PartialConstraint
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<f32> for PartialConstraint
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<Variable> for PartialConstraint
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<Term> for PartialConstraint
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<Expression> for PartialConstraint
[src]

The resulting type after applying the | operator.

Performs the | operation.

Auto Trait Implementations

impl Send for PartialConstraint

impl Sync for PartialConstraint