#[repr(i32)]pub enum LpSolverType {
Glop = 0,
Clp = 1,
Cbc = 2,
Scip = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LpSolverType
impl Clone for LpSolverType
Source§fn clone(&self) -> LpSolverType
fn clone(&self) -> LpSolverType
Returns a duplicate 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 LpSolverType
impl Debug for LpSolverType
Source§impl PartialEq for LpSolverType
impl PartialEq for LpSolverType
impl Copy for LpSolverType
impl Eq for LpSolverType
impl StructuralPartialEq for LpSolverType
Auto Trait Implementations§
impl Freeze for LpSolverType
impl RefUnwindSafe for LpSolverType
impl Send for LpSolverType
impl Sync for LpSolverType
impl Unpin for LpSolverType
impl UnsafeUnpin for LpSolverType
impl UnwindSafe for LpSolverType
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