pub struct OptionPair {
pub solver: Options,
pub equilibrium: EquilibriumOptions,
}Expand description
Combines solver and equilibrium options for specific use cases.
Fields§
§solver: Options§equilibrium: EquilibriumOptionsImplementations§
Source§impl OptionPair
impl OptionPair
Trait Implementations§
Source§impl Clone for OptionPair
impl Clone for OptionPair
Source§fn clone(&self) -> OptionPair
fn clone(&self) -> OptionPair
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 moreAuto Trait Implementations§
impl Freeze for OptionPair
impl RefUnwindSafe for OptionPair
impl Send for OptionPair
impl Sync for OptionPair
impl Unpin for OptionPair
impl UnsafeUnpin for OptionPair
impl UnwindSafe for OptionPair
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