Enum cassowary::AddEditVariableError [] [src]

pub enum AddEditVariableError {
    DuplicateEditVariable,
    BadRequiredStrength,
}

The possible error conditions that Solver::add_edit_variable can fail with.

Variants

The specified variable is already marked as an edit variable in the solver.

The specified strength was REQUIRED. This is illegal for edit variable strengths.

Trait Implementations

impl Debug for AddEditVariableError
[src]

Formats the value using the given formatter. Read more

impl Copy for AddEditVariableError
[src]

impl Clone for AddEditVariableError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AddEditVariableError

impl Sync for AddEditVariableError