Enum gurobi_sys::StringParam [] [src]

pub enum StringParam {
    LogFile,
    NodefileDir,
    ResultFile,
    WorkerPool,
    WorkerPassword,
    Dummy,
}

Variants

Trait Implementations

impl Debug for StringParam
[src]

Formats the value using the given formatter.

impl Copy for StringParam
[src]

impl Clone for StringParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more