pub struct ModelStdComp {
pub obj: NodeStdComp,
pub constr: ConstraintStdComp,
}Expand description
Optimization model standard components.
Fields§
§obj: NodeStdCompStandard components of objective expression.
constr: ConstraintStdCompStandard components of constraints.
Auto Trait Implementations§
impl !Send for ModelStdComp
impl !Sync for ModelStdComp
impl Freeze for ModelStdComp
impl RefUnwindSafe for ModelStdComp
impl Unpin for ModelStdComp
impl UnsafeUnpin for ModelStdComp
impl UnwindSafe for ModelStdComp
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