Enum rplex::ObjectiveType [−][src]
pub enum ObjectiveType {
Maximize,
Minimize,
}
Variants
Maximize
Minimize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectiveType
impl Send for ObjectiveType
impl Sync for ObjectiveType
impl Unpin for ObjectiveType
impl UnwindSafe for ObjectiveType
Blanket Implementations
Mutably borrows from an owned value. Read more