pub enum ObjectiveDirection {
Minimize,
Maximize,
}Variants§
Trait Implementations§
Source§impl Clone for ObjectiveDirection
impl Clone for ObjectiveDirection
Source§fn clone(&self) -> ObjectiveDirection
fn clone(&self) -> ObjectiveDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectiveDirection
impl Debug for ObjectiveDirection
Source§impl PartialEq for ObjectiveDirection
impl PartialEq for ObjectiveDirection
Source§fn eq(&self, other: &ObjectiveDirection) -> bool
fn eq(&self, other: &ObjectiveDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ObjectiveDirection
impl Eq for ObjectiveDirection
impl StructuralPartialEq for ObjectiveDirection
Auto Trait Implementations§
impl Freeze for ObjectiveDirection
impl RefUnwindSafe for ObjectiveDirection
impl Send for ObjectiveDirection
impl Sync for ObjectiveDirection
impl Unpin for ObjectiveDirection
impl UnsafeUnpin for ObjectiveDirection
impl UnwindSafe for ObjectiveDirection
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