pub struct PricingProblemUIState {
pub runtime: f64,
pub num_columns: usize,
pub dual_bound: f64,
}
Fields§
§runtime: f64
§num_columns: usize
§dual_bound: f64
Trait Implementations§
Source§impl Clone for PricingProblemUIState
impl Clone for PricingProblemUIState
Source§fn clone(&self) -> PricingProblemUIState
fn clone(&self) -> PricingProblemUIState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PricingProblemUIState
impl RefUnwindSafe for PricingProblemUIState
impl Send for PricingProblemUIState
impl Sync for PricingProblemUIState
impl Unpin for PricingProblemUIState
impl UnwindSafe for PricingProblemUIState
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