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]
impl BitOr<f64> for PartialConstraint
type Output = Constraint
The resulting type after applying the |
operator.
fn bitor(self, rhs: f64) -> Constraint
[src]
fn bitor(self, rhs: f64) -> Constraint
Performs the |
operation.
impl BitOr<f32> for PartialConstraint
[src]
impl BitOr<f32> for PartialConstraint
type Output = Constraint
The resulting type after applying the |
operator.
fn bitor(self, rhs: f32) -> Constraint
[src]
fn bitor(self, rhs: f32) -> Constraint
Performs the |
operation.
impl BitOr<Variable> for PartialConstraint
[src]
impl BitOr<Variable> for PartialConstraint
type Output = Constraint
The resulting type after applying the |
operator.
fn bitor(self, rhs: Variable) -> Constraint
[src]
fn bitor(self, rhs: Variable) -> Constraint
Performs the |
operation.
impl BitOr<Term> for PartialConstraint
[src]
impl BitOr<Term> for PartialConstraint
type Output = Constraint
The resulting type after applying the |
operator.
fn bitor(self, rhs: Term) -> Constraint
[src]
fn bitor(self, rhs: Term) -> Constraint
Performs the |
operation.
impl BitOr<Expression> for PartialConstraint
[src]
impl BitOr<Expression> for PartialConstraint
type Output = Constraint
The resulting type after applying the |
operator.
fn bitor(self, rhs: Expression) -> Constraint
[src]
fn bitor(self, rhs: Expression) -> Constraint
Performs the |
operation.
Auto Trait Implementations
impl Send for PartialConstraint
impl Send for PartialConstraint
impl Sync for PartialConstraint
impl Sync for PartialConstraint