pub struct IterateTrace {
pub best_iteration: u64,
pub best_score: f64,
}Expand description
Debug information for Iterate
Fields§
§best_iteration: u64Which iteration value gave the highest score
best_score: f64What the best score was
Trait Implementations§
Source§impl Clone for IterateTrace
impl Clone for IterateTrace
Source§fn clone(&self) -> IterateTrace
fn clone(&self) -> IterateTrace
Returns a copy 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 IterateTrace
impl Debug for IterateTrace
Source§impl Display for IterateTrace
impl Display for IterateTrace
impl Copy for IterateTrace
Auto Trait Implementations§
impl Freeze for IterateTrace
impl RefUnwindSafe for IterateTrace
impl Send for IterateTrace
impl Sync for IterateTrace
impl Unpin for IterateTrace
impl UnwindSafe for IterateTrace
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