Enum cplex_rs::ProblemType
source · pub enum ProblemType {
Linear,
MixedInteger,
}Variants§
Trait Implementations§
source§impl Clone for ProblemType
impl Clone for ProblemType
source§fn clone(&self) -> ProblemType
fn clone(&self) -> ProblemType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProblemType
impl Debug for ProblemType
source§impl PartialEq for ProblemType
impl PartialEq for ProblemType
source§fn eq(&self, other: &ProblemType) -> bool
fn eq(&self, other: &ProblemType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ProblemType
impl Eq for ProblemType
impl StructuralPartialEq for ProblemType
Auto Trait Implementations§
impl Freeze for ProblemType
impl RefUnwindSafe for ProblemType
impl Send for ProblemType
impl Sync for ProblemType
impl Unpin for ProblemType
impl UnwindSafe for ProblemType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more