pub enum ObjectiveType {
Maximize,
Minimize,
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectiveType
impl Clone for ObjectiveType
Source§fn clone(&self) -> ObjectiveType
fn clone(&self) -> ObjectiveType
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 ObjectiveType
impl Debug for ObjectiveType
impl Copy for ObjectiveType
Auto Trait Implementations§
impl Freeze for ObjectiveType
impl RefUnwindSafe for ObjectiveType
impl Send for ObjectiveType
impl Sync for ObjectiveType
impl Unpin for ObjectiveType
impl UnwindSafe for ObjectiveType
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