pub struct VarIdBin(/* private fields */);Expand description
Wrapper to provide specific helper methods for binary decision variables.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarIdBin
impl RefUnwindSafe for VarIdBin
impl Send for VarIdBin
impl Sync for VarIdBin
impl Unpin for VarIdBin
impl UnwindSafe for VarIdBin
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