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
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