pub enum XElementOperator {
Sum,
Product,
Minimum,
Maximum,
NValues,
Lex,
}
Variants§
Implementations§
Source§impl XElementOperator
impl XElementOperator
pub fn get_objectives_operator_by_str(op: &str) -> Option<Self>
Trait Implementations§
Source§impl Clone for XElementOperator
impl Clone for XElementOperator
Source§fn clone(&self) -> XElementOperator
fn clone(&self) -> XElementOperator
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 moreAuto Trait Implementations§
impl Freeze for XElementOperator
impl RefUnwindSafe for XElementOperator
impl Send for XElementOperator
impl Sync for XElementOperator
impl Unpin for XElementOperator
impl UnwindSafe for XElementOperator
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