pub enum ConstrSense {
Equal,
Greater,
Less,
}
Expand description
Sense for new linear/quadratic constraint
Variants§
Trait Implementations§
Source§impl Clone for ConstrSense
impl Clone for ConstrSense
Source§fn clone(&self) -> ConstrSense
fn clone(&self) -> ConstrSense
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 ConstrSense
impl Debug for ConstrSense
Source§impl Into<i8> for ConstrSense
impl Into<i8> for ConstrSense
impl Copy for ConstrSense
Auto Trait Implementations§
impl Freeze for ConstrSense
impl RefUnwindSafe for ConstrSense
impl Send for ConstrSense
impl Sync for ConstrSense
impl Unpin for ConstrSense
impl UnwindSafe for ConstrSense
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