Enum cassowary::SuggestValueError
[−]
[src]
pub enum SuggestValueError {
UnknownEditVariable,
InternalSolverError(&'static str),
}The possible error conditions that Solver::suggest_value can fail with.
Variants
UnknownEditVariableThe specified variable was not an edit variable in the solver, so cannot have its value suggested.
InternalSolverError(&'static str)The solver entered an invalid state. If this occurs please report the issue. This variant specifies additional details as a string.
Trait Implementations
impl Debug for SuggestValueError[src]
impl Debug for SuggestValueErrorfn 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 SuggestValueError[src]
impl Copy for SuggestValueErrorimpl Clone for SuggestValueError[src]
impl Clone for SuggestValueErrorfn clone(&self) -> SuggestValueError[src]
fn clone(&self) -> SuggestValueErrorReturns 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 SuggestValueError
impl Send for SuggestValueErrorimpl Sync for SuggestValueError
impl Sync for SuggestValueError