Struct cplex_rs::Environment
source · pub struct Environment(/* private fields */);Implementations§
source§impl Environment
impl Environment
pub fn new() -> Result<Environment>
pub fn set_parameter<P: Parameter>(&mut self, p: P) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Environment
impl RefUnwindSafe for Environment
impl !Send for Environment
impl !Sync for Environment
impl Unpin for Environment
impl UnwindSafe for Environment
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