pub enum ConvexProblemClass {
Lp,
Qp,
Qcqp,
Socp,
Sdp,
Gp,
Cp,
}Variants§
Trait Implementations§
Source§impl Clone for ConvexProblemClass
impl Clone for ConvexProblemClass
Source§fn clone(&self) -> ConvexProblemClass
fn clone(&self) -> ConvexProblemClass
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 ConvexProblemClass
impl Debug for ConvexProblemClass
Source§impl PartialEq for ConvexProblemClass
impl PartialEq for ConvexProblemClass
impl Eq for ConvexProblemClass
impl StructuralPartialEq for ConvexProblemClass
Auto Trait Implementations§
impl Freeze for ConvexProblemClass
impl RefUnwindSafe for ConvexProblemClass
impl Send for ConvexProblemClass
impl Sync for ConvexProblemClass
impl Unpin for ConvexProblemClass
impl UnsafeUnpin for ConvexProblemClass
impl UnwindSafe for ConvexProblemClass
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