pub struct SolutionOutcomes {
pub solution: Solution,
pub outcome: Vec<CheckOutcome>,
}Expand description
A solution with its outcome.
Fields§
§solution: SolutionThe solution.
outcome: Vec<CheckOutcome>The outcomes of the solution.
Trait Implementations§
source§impl Clone for SolutionOutcomes
impl Clone for SolutionOutcomes
source§fn clone(&self) -> SolutionOutcomes
fn clone(&self) -> SolutionOutcomes
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 SolutionOutcomes
impl Debug for SolutionOutcomes
source§impl Hash for SolutionOutcomes
impl Hash for SolutionOutcomes
source§impl Ord for SolutionOutcomes
impl Ord for SolutionOutcomes
source§fn cmp(&self, other: &SolutionOutcomes) -> Ordering
fn cmp(&self, other: &SolutionOutcomes) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SolutionOutcomes
impl PartialEq for SolutionOutcomes
source§fn eq(&self, other: &SolutionOutcomes) -> bool
fn eq(&self, other: &SolutionOutcomes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SolutionOutcomes
impl PartialOrd for SolutionOutcomes
source§fn partial_cmp(&self, other: &SolutionOutcomes) -> Option<Ordering>
fn partial_cmp(&self, other: &SolutionOutcomes) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SolutionOutcomes
impl StructuralPartialEq for SolutionOutcomes
Auto Trait Implementations§
impl Freeze for SolutionOutcomes
impl RefUnwindSafe for SolutionOutcomes
impl Send for SolutionOutcomes
impl Sync for SolutionOutcomes
impl Unpin for SolutionOutcomes
impl UnwindSafe for SolutionOutcomes
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)