pub struct GamsOdhcplexOptions {
pub raw: Vec<String>,
/* private fields */
}Expand description
Options for GAMS/ODHCPLEX. Reference: https://www.gams.com/latest/docs/S_ODHCPLEX.html
Fields§
§raw: Vec<String>Extra option-file lines written verbatim, for options without a generated setter (or values a setter can’t express).
Implementations§
Source§impl GamsOdhcplexOptions
impl GamsOdhcplexOptions
Sourcepub fn cpxpresolve(self, v: i64) -> Self
pub fn cpxpresolve(self, v: i64) -> Self
Set GAMS option cpxpresolve (integer).
Sourcepub fn decompdensity(self, v: f64) -> Self
pub fn decompdensity(self, v: f64) -> Self
Set GAMS option decompdensity (real).
Sourcepub fn decomposition(self, v: i64) -> Self
pub fn decomposition(self, v: i64) -> Self
Set GAMS option decomposition (integer).
Sourcepub fn deterministic(self, v: bool) -> Self
pub fn deterministic(self, v: bool) -> Self
Set GAMS option deterministic (boolean, written as 1/0).
Sourcepub fn dynamicsearch(self, v: i64) -> Self
pub fn dynamicsearch(self, v: i64) -> Self
Set GAMS option dynamicsearch (integer).
Sourcepub fn extracplexlog(self, v: bool) -> Self
pub fn extracplexlog(self, v: bool) -> Self
Set GAMS option extracplexlog (boolean, written as 1/0).
Sourcepub fn firstfeascontinue(self, v: i64) -> Self
pub fn firstfeascontinue(self, v: i64) -> Self
Set GAMS option firstfeascontinue (integer).
Sourcepub fn firstfeaseffort(self, v: i64) -> Self
pub fn firstfeaseffort(self, v: i64) -> Self
Set GAMS option firstfeaseffort (integer).
Sourcepub fn firstfeaslpitlim(self, v: i64) -> Self
pub fn firstfeaslpitlim(self, v: i64) -> Self
Set GAMS option firstfeaslpitlim (integer).
Sourcepub fn firstfeasrelaxcrit(self, v: f64) -> Self
pub fn firstfeasrelaxcrit(self, v: f64) -> Self
Set GAMS option firstfeasrelaxcrit (real).
Sourcepub fn firstfeasshift(self, v: i64) -> Self
pub fn firstfeasshift(self, v: i64) -> Self
Set GAMS option firstfeasshift (integer).
Sourcepub fn globalbounds(self, v: i64) -> Self
pub fn globalbounds(self, v: i64) -> Self
Set GAMS option globalbounds (integer).
Sourcepub fn ignoresetslvrparams(self, v: bool) -> Self
pub fn ignoresetslvrparams(self, v: bool) -> Self
Set GAMS option ignoresetslvrparams (boolean, written as 1/0).
Sourcepub fn integeronly(self, v: i64) -> Self
pub fn integeronly(self, v: i64) -> Self
Set GAMS option integeronly (integer).
Sourcepub fn integertol(self, v: f64) -> Self
pub fn integertol(self, v: f64) -> Self
Set GAMS option integertol (real).
Sourcepub fn keypartition(self, v: i64) -> Self
pub fn keypartition(self, v: i64) -> Self
Set GAMS option keypartition (integer).
Sourcepub fn keysminimum(self, v: i64) -> Self
pub fn keysminimum(self, v: i64) -> Self
Set GAMS option keysminimum (integer).
Sourcepub fn localsearch(self, v: bool) -> Self
pub fn localsearch(self, v: bool) -> Self
Set GAMS option localsearch (boolean, written as 1/0).
Sourcepub fn loosefeastol(self, v: f64) -> Self
pub fn loosefeastol(self, v: f64) -> Self
Set GAMS option loosefeastol (real).
Sourcepub fn maxbacktrack(self, v: i64) -> Self
pub fn maxbacktrack(self, v: i64) -> Self
Set GAMS option maxbacktrack (integer).
Sourcepub fn maxinfrepeat(self, v: i64) -> Self
pub fn maxinfrepeat(self, v: i64) -> Self
Set GAMS option maxinfrepeat (integer).
Sourcepub fn maxinterdiv(self, v: i64) -> Self
pub fn maxinterdiv(self, v: i64) -> Self
Set GAMS option maxinterdiv (integer).
Sourcepub fn objthreshold(self, v: f64) -> Self
pub fn objthreshold(self, v: f64) -> Self
Set GAMS option objthreshold (real).
Sourcepub fn odhfeasopt(self, v: bool) -> Self
pub fn odhfeasopt(self, v: bool) -> Self
Set GAMS option odhfeasopt (boolean, written as 1/0).
Sourcepub fn odhthreads(self, v: i64) -> Self
pub fn odhthreads(self, v: i64) -> Self
Set GAMS option odhthreads (integer).
Sourcepub fn odhtimelimit(self, v: f64) -> Self
pub fn odhtimelimit(self, v: f64) -> Self
Set GAMS option odhtimelimit (real).
Sourcepub fn penperturb(self, v: f64) -> Self
pub fn penperturb(self, v: f64) -> Self
Set GAMS option penperturb (real).
Sourcepub fn processorlock(self, v: bool) -> Self
pub fn processorlock(self, v: bool) -> Self
Set GAMS option processorlock (boolean, written as 1/0).
Sourcepub fn quickfirstsolve(self, v: bool) -> Self
pub fn quickfirstsolve(self, v: bool) -> Self
Set GAMS option quickfirstsolve (boolean, written as 1/0).
Sourcepub fn recursedecomp(self, v: i64) -> Self
pub fn recursedecomp(self, v: i64) -> Self
Set GAMS option recursedecomp (integer).
Sourcepub fn recurseiterlim(self, v: i64) -> Self
pub fn recurseiterlim(self, v: i64) -> Self
Set GAMS option recurseiterlim (integer).
Sourcepub fn recurselog(self, v: bool) -> Self
pub fn recurselog(self, v: bool) -> Self
Set GAMS option recurselog (boolean, written as 1/0).
Sourcepub fn recurseminiterlim(self, v: i64) -> Self
pub fn recurseminiterlim(self, v: i64) -> Self
Set GAMS option recurseminiterlim (integer).
Sourcepub fn recursesoliterlim(self, v: i64) -> Self
pub fn recursesoliterlim(self, v: i64) -> Self
Set GAMS option recursesoliterlim (integer).
Sourcepub fn rejectinfsol(self, v: i64) -> Self
pub fn rejectinfsol(self, v: i64) -> Self
Set GAMS option rejectinfsol (integer).
Sourcepub fn sosselect16(self, v: impl Display) -> Self
pub fn sosselect16(self, v: impl Display) -> Self
Set GAMS option sosselect16 (string).
Sourcepub fn strictdeterministic(self, v: i64) -> Self
pub fn strictdeterministic(self, v: i64) -> Self
Set GAMS option strictdeterministic (integer).
Sourcepub fn subcheckfreq(self, v: i64) -> Self
pub fn subcheckfreq(self, v: i64) -> Self
Set GAMS option subcheckfreq (integer).
Sourcepub fn subnodelimit(self, v: i64) -> Self
pub fn subnodelimit(self, v: i64) -> Self
Set GAMS option subnodelimit (integer).
Sourcepub fn sub_cpx_threads(self, v: i64) -> Self
pub fn sub_cpx_threads(self, v: i64) -> Self
Set GAMS option sub_cpx_threads (integer).
Sourcepub fn threadzerosync(self, v: i64) -> Self
pub fn threadzerosync(self, v: i64) -> Self
Set GAMS option threadzerosync (integer).
Sourcepub fn tightenprebounds(self, v: i64) -> Self
pub fn tightenprebounds(self, v: i64) -> Self
Set GAMS option tightenprebounds (integer).
Sourcepub fn trialbound(self, v: i64) -> Self
pub fn trialbound(self, v: i64) -> Self
Set GAMS option trialbound (integer).
Sourcepub fn trialboundfile(self, v: impl Display) -> Self
pub fn trialboundfile(self, v: impl Display) -> Self
Set GAMS option trialboundfile (string).
Sourcepub fn trialboundsetsize(self, v: i64) -> Self
pub fn trialboundsetsize(self, v: i64) -> Self
Set GAMS option trialboundsetsize (integer).
Sourcepub fn usehistory(self, v: i64) -> Self
pub fn usehistory(self, v: i64) -> Self
Set GAMS option usehistory (integer).
Sourcepub fn varcleanlpmethod(self, v: i64) -> Self
pub fn varcleanlpmethod(self, v: i64) -> Self
Set GAMS option varcleanlpmethod (integer).
Sourcepub fn variableclean(self, v: i64) -> Self
pub fn variableclean(self, v: i64) -> Self
Set GAMS option variableclean (integer).
Sourcepub fn calcqcpduals(self, v: i64) -> Self
pub fn calcqcpduals(self, v: i64) -> Self
Set GAMS option calcqcpduals (integer).
Sourcepub fn feasoptmode(self, v: i64) -> Self
pub fn feasoptmode(self, v: i64) -> Self
Set GAMS option feasoptmode (integer).
Sourcepub fn fixoptfile(self, v: impl Display) -> Self
pub fn fixoptfile(self, v: impl Display) -> Self
Set GAMS option fixoptfile (string).
Sourcepub fn freegamsmodel(self, v: bool) -> Self
pub fn freegamsmodel(self, v: bool) -> Self
Set GAMS option freegamsmodel (boolean, written as 1/0).
Sourcepub fn indicoptstrict(self, v: bool) -> Self
pub fn indicoptstrict(self, v: bool) -> Self
Set GAMS option indicoptstrict (boolean, written as 1/0).
Sourcepub fn memoryemphasis(self, v: bool) -> Self
pub fn memoryemphasis(self, v: bool) -> Self
Set GAMS option memoryemphasis (boolean, written as 1/0).
Sourcepub fn multobjdisplay(self, v: i64) -> Self
pub fn multobjdisplay(self, v: i64) -> Self
Set GAMS option multobjdisplay (integer).
Sourcepub fn numericalemphasis(self, v: bool) -> Self
pub fn numericalemphasis(self, v: bool) -> Self
Set GAMS option numericalemphasis (boolean, written as 1/0).
Sourcepub fn optimalitytarget(self, v: i64) -> Self
pub fn optimalitytarget(self, v: i64) -> Self
Set GAMS option optimalitytarget (integer).
Sourcepub fn parallelmode(self, v: i64) -> Self
pub fn parallelmode(self, v: i64) -> Self
Set GAMS option parallelmode (integer).
Sourcepub fn paramdisplay(self, v: bool) -> Self
pub fn paramdisplay(self, v: bool) -> Self
Set GAMS option paramdisplay (boolean, written as 1/0).
Sourcepub fn printoptions(self, v: bool) -> Self
pub fn printoptions(self, v: bool) -> Self
Set GAMS option printoptions (boolean, written as 1/0).
Sourcepub fn qextractalg(self, v: i64) -> Self
pub fn qextractalg(self, v: i64) -> Self
Set GAMS option qextractalg (integer).
Sourcepub fn qextractdenseswitchfactor(self, v: f64) -> Self
pub fn qextractdenseswitchfactor(self, v: f64) -> Self
Set GAMS option qextractdenseswitchfactor (real).
Sourcepub fn qextractdenseswitchlog(self, v: bool) -> Self
pub fn qextractdenseswitchlog(self, v: bool) -> Self
Set GAMS option qextractdenseswitchlog (boolean, written as 1/0).
Sourcepub fn randomseed(self, v: i64) -> Self
pub fn randomseed(self, v: i64) -> Self
Set GAMS option randomseed (integer).
Sourcepub fn relaxfixedinfeas(self, v: bool) -> Self
pub fn relaxfixedinfeas(self, v: bool) -> Self
Set GAMS option relaxfixedinfeas (boolean, written as 1/0).
Sourcepub fn relaxpreind(self, v: i64) -> Self
pub fn relaxpreind(self, v: i64) -> Self
Set GAMS option relaxpreind (integer).
Sourcepub fn solutiontype(self, v: i64) -> Self
pub fn solutiontype(self, v: i64) -> Self
Set GAMS option solutiontype (integer).
Sourcepub fn tuningdettilim(self, v: f64) -> Self
pub fn tuningdettilim(self, v: f64) -> Self
Set GAMS option tuningdettilim (real).
Sourcepub fn tuningdisplay(self, v: i64) -> Self
pub fn tuningdisplay(self, v: i64) -> Self
Set GAMS option tuningdisplay (integer).
Sourcepub fn tuningmeasure(self, v: i64) -> Self
pub fn tuningmeasure(self, v: i64) -> Self
Set GAMS option tuningmeasure (integer).
Sourcepub fn tuningrepeat(self, v: i64) -> Self
pub fn tuningrepeat(self, v: i64) -> Self
Set GAMS option tuningrepeat (integer).
Sourcepub fn tuningtilim(self, v: f64) -> Self
pub fn tuningtilim(self, v: f64) -> Self
Set GAMS option tuningtilim (real).
Sourcepub fn warninglimit(self, v: i64) -> Self
pub fn warninglimit(self, v: i64) -> Self
Set GAMS option warninglimit (integer).
Sourcepub fn conflictalg(self, v: i64) -> Self
pub fn conflictalg(self, v: i64) -> Self
Set GAMS option conflictalg (integer).
Sourcepub fn conflictdisplay(self, v: i64) -> Self
pub fn conflictdisplay(self, v: i64) -> Self
Set GAMS option conflictdisplay (integer).
Sourcepub fn dynamicrows(self, v: i64) -> Self
pub fn dynamicrows(self, v: i64) -> Self
Set GAMS option dynamicrows (integer).
Sourcepub fn netppriind(self, v: i64) -> Self
pub fn netppriind(self, v: i64) -> Self
Set GAMS option netppriind (integer).
Sourcepub fn barcrossalg(self, v: i64) -> Self
pub fn barcrossalg(self, v: i64) -> Self
Set GAMS option barcrossalg (integer).
Sourcepub fn barqcpepcomp(self, v: f64) -> Self
pub fn barqcpepcomp(self, v: f64) -> Self
Set GAMS option barqcpepcomp (real).
Sourcepub fn barstartalg(self, v: i64) -> Self
pub fn barstartalg(self, v: i64) -> Self
Set GAMS option barstartalg (integer).
Sourcepub fn bbinterval(self, v: i64) -> Self
pub fn bbinterval(self, v: i64) -> Self
Set GAMS option bbinterval (integer).
Sourcepub fn bendersstrategy(self, v: i64) -> Self
pub fn bendersstrategy(self, v: i64) -> Self
Set GAMS option bendersstrategy (integer).
Sourcepub fn bndstrenind(self, v: i64) -> Self
pub fn bndstrenind(self, v: i64) -> Self
Set GAMS option bndstrenind (integer).
Sourcepub fn cutsfactor(self, v: f64) -> Self
pub fn cutsfactor(self, v: f64) -> Self
Set GAMS option cutsfactor (real).
Sourcepub fn eachcutlim(self, v: i64) -> Self
pub fn eachcutlim(self, v: i64) -> Self
Set GAMS option eachcutlim (integer).
Sourcepub fn flowcovers(self, v: i64) -> Self
pub fn flowcovers(self, v: i64) -> Self
Set GAMS option flowcovers (integer).
Sourcepub fn heuristiceffort(self, v: f64) -> Self
pub fn heuristiceffort(self, v: f64) -> Self
Set GAMS option heuristiceffort (real).
Sourcepub fn lazyconstraints(self, v: bool) -> Self
pub fn lazyconstraints(self, v: bool) -> Self
Set GAMS option lazyconstraints (boolean, written as 1/0).
Sourcepub fn liftprojcuts(self, v: i64) -> Self
pub fn liftprojcuts(self, v: i64) -> Self
Set GAMS option liftprojcuts (integer).
Sourcepub fn localimplied(self, v: i64) -> Self
pub fn localimplied(self, v: i64) -> Self
Set GAMS option localimplied (integer).
Sourcepub fn mipemphasis(self, v: i64) -> Self
pub fn mipemphasis(self, v: i64) -> Self
Set GAMS option mipemphasis (integer).
Sourcepub fn mipkappastats(self, v: i64) -> Self
pub fn mipkappastats(self, v: i64) -> Self
Set GAMS option mipkappastats (integer).
Sourcepub fn mipordtype(self, v: i64) -> Self
pub fn mipordtype(self, v: i64) -> Self
Set GAMS option mipordtype (integer).
Sourcepub fn miqcpstrat(self, v: i64) -> Self
pub fn miqcpstrat(self, v: i64) -> Self
Set GAMS option miqcpstrat (integer).
Sourcepub fn multimipstart(self, v: impl Display) -> Self
pub fn multimipstart(self, v: impl Display) -> Self
Set GAMS option multimipstart (string).
Sourcepub fn nodefileind(self, v: i64) -> Self
pub fn nodefileind(self, v: i64) -> Self
Set GAMS option nodefileind (integer).
Sourcepub fn qpmakepsdind(self, v: bool) -> Self
pub fn qpmakepsdind(self, v: bool) -> Self
Set GAMS option qpmakepsdind (boolean, written as 1/0).
Sourcepub fn repeatpresolve(self, v: i64) -> Self
pub fn repeatpresolve(self, v: i64) -> Self
Set GAMS option repeatpresolve (integer).
Sourcepub fn solvefinal(self, v: bool) -> Self
pub fn solvefinal(self, v: bool) -> Self
Set GAMS option solvefinal (boolean, written as 1/0).
Sourcepub fn sos1reform(self, v: i64) -> Self
pub fn sos1reform(self, v: i64) -> Self
Set GAMS option sos1reform (integer).
Sourcepub fn sos2reform(self, v: i64) -> Self
pub fn sos2reform(self, v: i64) -> Self
Set GAMS option sos2reform (integer).
Sourcepub fn strongcandlim(self, v: i64) -> Self
pub fn strongcandlim(self, v: i64) -> Self
Set GAMS option strongcandlim (integer).
Sourcepub fn strongitlim(self, v: i64) -> Self
pub fn strongitlim(self, v: i64) -> Self
Set GAMS option strongitlim (integer).
Sourcepub fn submipnodelim(self, v: i64) -> Self
pub fn submipnodelim(self, v: i64) -> Self
Set GAMS option submipnodelim (integer).
Sourcepub fn submipscale(self, v: i64) -> Self
pub fn submipscale(self, v: i64) -> Self
Set GAMS option submipscale (integer).
Sourcepub fn submipstartalg(self, v: i64) -> Self
pub fn submipstartalg(self, v: i64) -> Self
Set GAMS option submipstartalg (integer).
Sourcepub fn submipsubalg(self, v: i64) -> Self
pub fn submipsubalg(self, v: i64) -> Self
Set GAMS option submipsubalg (integer).
Sourcepub fn workeralgorithm(self, v: i64) -> Self
pub fn workeralgorithm(self, v: i64) -> Self
Set GAMS option workeralgorithm (integer).
Sourcepub fn zerohalfcuts(self, v: i64) -> Self
pub fn zerohalfcuts(self, v: i64) -> Self
Set GAMS option zerohalfcuts (integer).
Sourcepub fn auxrootthreads(self, v: i64) -> Self
pub fn auxrootthreads(self, v: i64) -> Self
Set GAMS option auxrootthreads (integer).
Sourcepub fn polishafterdettime(self, v: f64) -> Self
pub fn polishafterdettime(self, v: f64) -> Self
Set GAMS option polishafterdettime (real).
Sourcepub fn polishafterepagap(self, v: f64) -> Self
pub fn polishafterepagap(self, v: f64) -> Self
Set GAMS option polishafterepagap (real).
Sourcepub fn polishafterepgap(self, v: f64) -> Self
pub fn polishafterepgap(self, v: f64) -> Self
Set GAMS option polishafterepgap (real).
Sourcepub fn polishafterintsol(self, v: i64) -> Self
pub fn polishafterintsol(self, v: i64) -> Self
Set GAMS option polishafterintsol (integer).
Sourcepub fn polishafternode(self, v: i64) -> Self
pub fn polishafternode(self, v: i64) -> Self
Set GAMS option polishafternode (integer).
Sourcepub fn polishaftertime(self, v: f64) -> Self
pub fn polishaftertime(self, v: f64) -> Self
Set GAMS option polishaftertime (real).
Sourcepub fn probedettime(self, v: f64) -> Self
pub fn probedettime(self, v: f64) -> Self
Set GAMS option probedettime (real).
Sourcepub fn repairtries(self, v: i64) -> Self
pub fn repairtries(self, v: i64) -> Self
Set GAMS option repairtries (integer).
Sourcepub fn populatelim(self, v: i64) -> Self
pub fn populatelim(self, v: i64) -> Self
Set GAMS option populatelim (integer).
Sourcepub fn solnpoolagap(self, v: f64) -> Self
pub fn solnpoolagap(self, v: f64) -> Self
Set GAMS option solnpoolagap (real).
Sourcepub fn solnpoolcapacity(self, v: i64) -> Self
pub fn solnpoolcapacity(self, v: i64) -> Self
Set GAMS option solnpoolcapacity (integer).
Sourcepub fn solnpoolgap(self, v: f64) -> Self
pub fn solnpoolgap(self, v: f64) -> Self
Set GAMS option solnpoolgap (real).
Sourcepub fn solnpoolintensity(self, v: i64) -> Self
pub fn solnpoolintensity(self, v: i64) -> Self
Set GAMS option solnpoolintensity (integer).
Sourcepub fn solnpoolmerge(self, v: impl Display) -> Self
pub fn solnpoolmerge(self, v: impl Display) -> Self
Set GAMS option solnpoolmerge (string).
Sourcepub fn solnpoolnumsym(self, v: i64) -> Self
pub fn solnpoolnumsym(self, v: i64) -> Self
Set GAMS option solnpoolnumsym (integer).
Sourcepub fn solnpoolprefix(self, v: impl Display) -> Self
pub fn solnpoolprefix(self, v: impl Display) -> Self
Set GAMS option solnpoolprefix (string).
Sourcepub fn solnpoolreplace(self, v: i64) -> Self
pub fn solnpoolreplace(self, v: i64) -> Self
Set GAMS option solnpoolreplace (integer).
Sourcepub fn bendersfeascuttol(self, v: f64) -> Self
pub fn bendersfeascuttol(self, v: f64) -> Self
Set GAMS option bendersfeascuttol (real).
Sourcepub fn bendersoptcuttol(self, v: f64) -> Self
pub fn bendersoptcuttol(self, v: f64) -> Self
Set GAMS option bendersoptcuttol (real).
Sourcepub fn bardisplay(self, v: i64) -> Self
pub fn bardisplay(self, v: i64) -> Self
Set GAMS option bardisplay (integer).
Sourcepub fn mipdisplay(self, v: i64) -> Self
pub fn mipdisplay(self, v: i64) -> Self
Set GAMS option mipdisplay (integer).
Sourcepub fn mipinterval(self, v: i64) -> Self
pub fn mipinterval(self, v: i64) -> Self
Set GAMS option mipinterval (integer).
Sourcepub fn mpslongnum(self, v: bool) -> Self
pub fn mpslongnum(self, v: bool) -> Self
Set GAMS option mpslongnum (boolean, written as 1/0).
Sourcepub fn netdisplay(self, v: i64) -> Self
pub fn netdisplay(self, v: i64) -> Self
Set GAMS option netdisplay (integer).
Sourcepub fn siftdisplay(self, v: i64) -> Self
pub fn siftdisplay(self, v: i64) -> Self
Set GAMS option siftdisplay (integer).
Sourcepub fn simdisplay(self, v: i64) -> Self
pub fn simdisplay(self, v: i64) -> Self
Set GAMS option simdisplay (integer).
Sourcepub fn writeannotation(self, v: impl Display) -> Self
pub fn writeannotation(self, v: impl Display) -> Self
Set GAMS option writeannotation (string).
Sourcepub fn writeparam(self, v: impl Display) -> Self
pub fn writeparam(self, v: impl Display) -> Self
Set GAMS option writeparam (string).
Sourcepub fn odheuristicmethod(self, v: GamsOdhcplexOdheuristicmethod) -> Self
pub fn odheuristicmethod(self, v: GamsOdhcplexOdheuristicmethod) -> Self
Set GAMS option odheuristicmethod, restricted to its documented values.
Trait Implementations§
Source§impl Clone for GamsOdhcplexOptions
impl Clone for GamsOdhcplexOptions
Source§fn clone(&self) -> GamsOdhcplexOptions
fn clone(&self) -> GamsOdhcplexOptions
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for GamsOdhcplexOptions
impl Debug for GamsOdhcplexOptions
Source§impl Default for GamsOdhcplexOptions
impl Default for GamsOdhcplexOptions
Source§fn default() -> GamsOdhcplexOptions
fn default() -> GamsOdhcplexOptions
Auto Trait Implementations§
impl Freeze for GamsOdhcplexOptions
impl RefUnwindSafe for GamsOdhcplexOptions
impl Send for GamsOdhcplexOptions
impl Sync for GamsOdhcplexOptions
impl Unpin for GamsOdhcplexOptions
impl UnsafeUnpin for GamsOdhcplexOptions
impl UnwindSafe for GamsOdhcplexOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more