pub struct GamsCplexOptions {
pub raw: Vec<String>,
/* private fields */
}Expand description
Options for GAMS/CPLEX. Reference: https://www.gams.com/latest/docs/S_CPLEX.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 GamsCplexOptions
impl GamsCplexOptions
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 iatriggerfile(self, v: impl Display) -> Self
pub fn iatriggerfile(self, v: impl Display) -> Self
Set GAMS option iatriggerfile (string).
Sourcepub fn iatriggertime(self, v: f64) -> Self
pub fn iatriggertime(self, v: f64) -> Self
Set GAMS option iatriggertime (real).
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 interactive(self, v: bool) -> Self
pub fn interactive(self, v: bool) -> Self
Set GAMS option interactive (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 multobjmethod(self, v: i64) -> Self
pub fn multobjmethod(self, v: i64) -> Self
Set GAMS option multobjmethod (integer).
Sourcepub fn multobjoptfiles(self, v: impl Display) -> Self
pub fn multobjoptfiles(self, v: impl Display) -> Self
Set GAMS option multobjoptfiles (string).
Sourcepub fn multobjtolmip(self, v: bool) -> Self
pub fn multobjtolmip(self, v: bool) -> Self
Set GAMS option multobjtolmip (boolean, written as 1/0).
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 objnabstol(self, v: impl Display) -> Self
pub fn objnabstol(self, v: impl Display) -> Self
Set GAMS option objnabstol (string).
Sourcepub fn objnreltol(self, v: impl Display) -> Self
pub fn objnreltol(self, v: impl Display) -> Self
Set GAMS option objnreltol (string).
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 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 readparams(self, v: impl Display) -> Self
pub fn readparams(self, v: impl Display) -> Self
Set GAMS option readparams (string).
Sourcepub fn relaxpreind(self, v: i64) -> Self
pub fn relaxpreind(self, v: i64) -> Self
Set GAMS option relaxpreind (integer).
Sourcepub fn rngrestart(self, v: impl Display) -> Self
pub fn rngrestart(self, v: impl Display) -> Self
Set GAMS option rngrestart (string).
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 epoptcheck(self, v: f64) -> Self
pub fn epoptcheck(self, v: f64) -> Self
Set GAMS option epoptcheck (real).
Sourcepub fn eprhscheck(self, v: f64) -> Self
pub fn eprhscheck(self, v: f64) -> Self
Set GAMS option eprhscheck (real).
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 benderspartition(self, v: i64) -> Self
pub fn benderspartition(self, v: i64) -> Self
Set GAMS option .benderspartition (integer).
Sourcepub fn benderspartitioninstage(self, v: bool) -> Self
pub fn benderspartitioninstage(self, v: bool) -> Self
Set GAMS option benderspartitioninstage (boolean, written as 1/0).
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 lowerobjstop(self, v: f64) -> Self
pub fn lowerobjstop(self, v: f64) -> Self
Set GAMS option lowerobjstop (real).
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 mipstopexpr(self, v: impl Display) -> Self
pub fn mipstopexpr(self, v: impl Display) -> Self
Set GAMS option mipstopexpr (string).
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 relaxfixedinfeas(self, v: bool) -> Self
pub fn relaxfixedinfeas(self, v: bool) -> Self
Set GAMS option relaxfixedinfeas (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 upperobjstop(self, v: f64) -> Self
pub fn upperobjstop(self, v: f64) -> Self
Set GAMS option upperobjstop (real).
Sourcepub fn usercutpool(self, v: bool) -> Self
pub fn usercutpool(self, v: bool) -> Self
Set GAMS option usercutpool (boolean, written as 1/0).
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 solnpoolpop(self, v: i64) -> Self
pub fn solnpoolpop(self, v: i64) -> Self
Set GAMS option solnpoolpop (integer).
Sourcepub fn solnpoolpopdel(self, v: impl Display) -> Self
pub fn solnpoolpopdel(self, v: impl Display) -> Self
Set GAMS option solnpoolpopdel (string).
Sourcepub fn solnpoolpoprepeat(self, v: impl Display) -> Self
pub fn solnpoolpoprepeat(self, v: impl Display) -> Self
Set GAMS option solnpoolpoprepeat (string).
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 exactkappa(self, v: bool) -> Self
pub fn exactkappa(self, v: bool) -> Self
Set GAMS option exactkappa (boolean, written as 1/0).
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 miptraceincumbent(self, v: f64) -> Self
pub fn miptraceincumbent(self, v: f64) -> Self
Set GAMS option miptraceincumbent (real).
Sourcepub fn miptracenode(self, v: i64) -> Self
pub fn miptracenode(self, v: i64) -> Self
Set GAMS option miptracenode (integer).
Sourcepub fn miptracetime(self, v: f64) -> Self
pub fn miptracetime(self, v: f64) -> Self
Set GAMS option miptracetime (real).
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 usercallparmfile(self, v: impl Display) -> Self
pub fn usercallparmfile(self, v: impl Display) -> Self
Set GAMS option usercallparmfile (string).
Sourcepub fn usercutcall(self, v: impl Display) -> Self
pub fn usercutcall(self, v: impl Display) -> Self
Set GAMS option usercutcall (string).
Sourcepub fn usercutfirst(self, v: i64) -> Self
pub fn usercutfirst(self, v: i64) -> Self
Set GAMS option usercutfirst (integer).
Sourcepub fn usercutfreq(self, v: i64) -> Self
pub fn usercutfreq(self, v: i64) -> Self
Set GAMS option usercutfreq (integer).
Sourcepub fn usercutinterval(self, v: i64) -> Self
pub fn usercutinterval(self, v: i64) -> Self
Set GAMS option usercutinterval (integer).
Sourcepub fn usercutmult(self, v: i64) -> Self
pub fn usercutmult(self, v: i64) -> Self
Set GAMS option usercutmult (integer).
Sourcepub fn usercutnewint(self, v: bool) -> Self
pub fn usercutnewint(self, v: bool) -> Self
Set GAMS option usercutnewint (boolean, written as 1/0).
Sourcepub fn usergdxname(self, v: impl Display) -> Self
pub fn usergdxname(self, v: impl Display) -> Self
Set GAMS option usergdxname (string).
Sourcepub fn usergdxnameinc(self, v: impl Display) -> Self
pub fn usergdxnameinc(self, v: impl Display) -> Self
Set GAMS option usergdxnameinc (string).
Sourcepub fn usergdxprefix(self, v: impl Display) -> Self
pub fn usergdxprefix(self, v: impl Display) -> Self
Set GAMS option usergdxprefix (string).
Sourcepub fn usergdxsol(self, v: impl Display) -> Self
pub fn usergdxsol(self, v: impl Display) -> Self
Set GAMS option usergdxsol (string).
Sourcepub fn userheurcall(self, v: impl Display) -> Self
pub fn userheurcall(self, v: impl Display) -> Self
Set GAMS option userheurcall (string).
Sourcepub fn userheurfirst(self, v: i64) -> Self
pub fn userheurfirst(self, v: i64) -> Self
Set GAMS option userheurfirst (integer).
Sourcepub fn userheurfreq(self, v: i64) -> Self
pub fn userheurfreq(self, v: i64) -> Self
Set GAMS option userheurfreq (integer).
Sourcepub fn userheurinterval(self, v: i64) -> Self
pub fn userheurinterval(self, v: i64) -> Self
Set GAMS option userheurinterval (integer).
Sourcepub fn userheurmult(self, v: i64) -> Self
pub fn userheurmult(self, v: i64) -> Self
Set GAMS option userheurmult (integer).
Sourcepub fn userheurnewint(self, v: bool) -> Self
pub fn userheurnewint(self, v: bool) -> Self
Set GAMS option userheurnewint (boolean, written as 1/0).
Sourcepub fn userheurobjfirst(self, v: i64) -> Self
pub fn userheurobjfirst(self, v: i64) -> Self
Set GAMS option userheurobjfirst (integer).
Sourcepub fn userincbcall(self, v: impl Display) -> Self
pub fn userincbcall(self, v: impl Display) -> Self
Set GAMS option userincbcall (string).
Sourcepub fn userincbicall(self, v: impl Display) -> Self
pub fn userincbicall(self, v: impl Display) -> Self
Set GAMS option userincbicall (string).
Sourcepub fn userlazyconcall(self, v: impl Display) -> Self
pub fn userlazyconcall(self, v: impl Display) -> Self
Set GAMS option userlazyconcall (string).
Sourcepub fn cpumask(self, v: GamsCplexCpumask) -> Self
pub fn cpumask(self, v: GamsCplexCpumask) -> Self
Set GAMS option cpumask, restricted to its documented values.
Sourcepub fn rerun(self, v: GamsCplexRerun) -> Self
pub fn rerun(self, v: GamsCplexRerun) -> Self
Set GAMS option rerun, restricted to its documented values.
Trait Implementations§
Source§impl Clone for GamsCplexOptions
impl Clone for GamsCplexOptions
Source§fn clone(&self) -> GamsCplexOptions
fn clone(&self) -> GamsCplexOptions
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 GamsCplexOptions
impl Debug for GamsCplexOptions
Source§impl Default for GamsCplexOptions
impl Default for GamsCplexOptions
Source§fn default() -> GamsCplexOptions
fn default() -> GamsCplexOptions
Auto Trait Implementations§
impl Freeze for GamsCplexOptions
impl RefUnwindSafe for GamsCplexOptions
impl Send for GamsCplexOptions
impl Sync for GamsCplexOptions
impl Unpin for GamsCplexOptions
impl UnsafeUnpin for GamsCplexOptions
impl UnwindSafe for GamsCplexOptions
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