Struct gurobi::Proxy [] [src]

pub struct Proxy(_);

Provides methods to query/modify attributes associated with certain element.

Methods

impl Proxy
[src]

fn get<A: AttrArray>(&self, model: &Model, attr: A) -> Result<A::Out>

Query the value of attribute.

fn set<A: AttrArray>(&self, model: &mut Model, attr: A, val: A::Out) -> Result<()>

Set the value of attribute.

fn remove(&mut self)

Trait Implementations

impl Clone for Proxy
[src]

fn clone(&self) -> Proxy

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Proxy
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Proxy
[src]

fn eq(&self, other: &Proxy) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.