pub struct ProblemStats {}Fields§
§n: i32§m: i32§nnz_jac_eq: i32§nnz_jac_ineq: i32§nnz_h_lag: i32§var_lower_only: i32§var_upper_only: i32§var_both: i32§var_free: i32§n_eq: i32§n_ineq: i32§ineq_lower_only: i32§ineq_upper_only: i32§ineq_both: i32Trait Implementations§
Source§impl Clone for ProblemStats
impl Clone for ProblemStats
Source§fn clone(&self) -> ProblemStats
fn clone(&self) -> ProblemStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProblemStats
impl Debug for ProblemStats
impl Copy for ProblemStats
Auto Trait Implementations§
impl Freeze for ProblemStats
impl RefUnwindSafe for ProblemStats
impl Send for ProblemStats
impl Sync for ProblemStats
impl Unpin for ProblemStats
impl UnsafeUnpin for ProblemStats
impl UnwindSafe for ProblemStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more