pub struct GeneratePropagateTestOutcome {
pub trace: GeneratePropagateTestTrace,
pub accepted_candidate_indices: Vec<usize>,
pub rejected_candidate_indices: Vec<usize>,
}Expand description
Result of bounded Generate-Propagate-Test fixture execution.
Fields§
§trace: GeneratePropagateTestTracePhase counts.
accepted_candidate_indices: Vec<usize>Original indices of accepted candidates.
rejected_candidate_indices: Vec<usize>Original indices of rejected candidates in rejection-reason order.
Trait Implementations§
Source§impl Clone for GeneratePropagateTestOutcome
impl Clone for GeneratePropagateTestOutcome
Source§fn clone(&self) -> GeneratePropagateTestOutcome
fn clone(&self) -> GeneratePropagateTestOutcome
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 GeneratePropagateTestOutcome
impl Debug for GeneratePropagateTestOutcome
Source§impl PartialEq for GeneratePropagateTestOutcome
impl PartialEq for GeneratePropagateTestOutcome
Source§fn eq(&self, other: &GeneratePropagateTestOutcome) -> bool
fn eq(&self, other: &GeneratePropagateTestOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GeneratePropagateTestOutcome
impl StructuralPartialEq for GeneratePropagateTestOutcome
Auto Trait Implementations§
impl Freeze for GeneratePropagateTestOutcome
impl RefUnwindSafe for GeneratePropagateTestOutcome
impl Send for GeneratePropagateTestOutcome
impl Sync for GeneratePropagateTestOutcome
impl Unpin for GeneratePropagateTestOutcome
impl UnsafeUnpin for GeneratePropagateTestOutcome
impl UnwindSafe for GeneratePropagateTestOutcome
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more