pub enum ObjectiveOperator {
Minimized,
Maximized,
}
Expand description
Design rule objective operator.
Variants§
Trait Implementations§
Source§impl Clone for ObjectiveOperator
impl Clone for ObjectiveOperator
Source§fn clone(&self) -> ObjectiveOperator
fn clone(&self) -> ObjectiveOperator
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 ObjectiveOperator
impl Debug for ObjectiveOperator
Source§impl PartialEq for ObjectiveOperator
impl PartialEq for ObjectiveOperator
impl StructuralPartialEq for ObjectiveOperator
Auto Trait Implementations§
impl Freeze for ObjectiveOperator
impl RefUnwindSafe for ObjectiveOperator
impl Send for ObjectiveOperator
impl Sync for ObjectiveOperator
impl Unpin for ObjectiveOperator
impl UnwindSafe for ObjectiveOperator
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