pub enum SuccessStatus {
Success,
StopValReached,
FtolReached,
XtolReached,
MaxEvalReached,
MaxTimeReached,
}Expand description
Successful termination status of the optimization process
Variants§
Trait Implementations§
Source§impl Clone for SuccessStatus
impl Clone for SuccessStatus
Source§fn clone(&self) -> SuccessStatus
fn clone(&self) -> SuccessStatus
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 moreSource§impl Debug for SuccessStatus
impl Debug for SuccessStatus
impl Copy for SuccessStatus
Auto Trait Implementations§
impl Freeze for SuccessStatus
impl RefUnwindSafe for SuccessStatus
impl Send for SuccessStatus
impl Sync for SuccessStatus
impl Unpin for SuccessStatus
impl UnwindSafe for SuccessStatus
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