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]

type Output = Constraint

The resulting type after applying the | operator

fn bitor(self, rhs: f64) -> Constraint

The method for the | operator

impl BitOr<Variable> for PartialConstraint
[src]

type Output = Constraint

The resulting type after applying the | operator

fn bitor(self, rhs: Variable) -> Constraint

The method for the | operator

impl BitOr<Term> for PartialConstraint
[src]

type Output = Constraint

The resulting type after applying the | operator

fn bitor(self, rhs: Term) -> Constraint

The method for the | operator

impl BitOr<Expression> for PartialConstraint
[src]

type Output = Constraint

The resulting type after applying the | operator

fn bitor(self, rhs: Expression) -> Constraint

The method for the | operator