Enum cassowary::AddEditVariableError 
                   
                       [−]
                   
               [src]
pub enum AddEditVariableError {
    DuplicateEditVariable,
    BadRequiredStrength,
}The possible error conditions that Solver::add_edit_variable can fail with.
Variants
DuplicateEditVariableThe specified variable is already marked as an edit variable in the solver.
BadRequiredStrengthThe specified strength was REQUIRED. This is illegal for edit variable strengths.
Trait Implementations
impl Debug for AddEditVariableError[src] 
impl Debug for AddEditVariableErrorfn fmt(&self, __arg_0: &mut Formatter) -> Result[src] 
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for AddEditVariableError[src] 
impl Copy for AddEditVariableErrorimpl Clone for AddEditVariableError[src] 
impl Clone for AddEditVariableErrorfn clone(&self) -> AddEditVariableError[src] 
fn clone(&self) -> AddEditVariableErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for AddEditVariableError
impl Send for AddEditVariableErrorimpl Sync for AddEditVariableError
impl Sync for AddEditVariableError