pub enum SolveMethod {
Minimize,
Maximize,
}Variants§
Trait Implementations§
Source§impl Clone for SolveMethod
impl Clone for SolveMethod
Source§fn clone(&self) -> SolveMethod
fn clone(&self) -> SolveMethod
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 SolveMethod
impl Debug for SolveMethod
Source§impl PartialEq for SolveMethod
impl PartialEq for SolveMethod
Source§fn eq(&self, other: &SolveMethod) -> bool
fn eq(&self, other: &SolveMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SolveMethod
Auto Trait Implementations§
impl Freeze for SolveMethod
impl RefUnwindSafe for SolveMethod
impl Send for SolveMethod
impl Sync for SolveMethod
impl Unpin for SolveMethod
impl UnsafeUnpin for SolveMethod
impl UnwindSafe for SolveMethod
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