pub struct ModeComparison {
pub baseline: SnapshotMode,
pub candidate: SnapshotMode,
}Expand description
One pairwise mode comparison to execute for every corpus.
Fields§
§baseline: SnapshotModeBaseline mode.
candidate: SnapshotModeCandidate mode.
Trait Implementations§
Source§impl Clone for ModeComparison
impl Clone for ModeComparison
Source§fn clone(&self) -> ModeComparison
fn clone(&self) -> ModeComparison
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 ModeComparison
impl Debug for ModeComparison
Source§impl<'de> Deserialize<'de> for ModeComparison
impl<'de> Deserialize<'de> for ModeComparison
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModeComparison
impl PartialEq for ModeComparison
Source§impl Serialize for ModeComparison
impl Serialize for ModeComparison
impl Copy for ModeComparison
impl Eq for ModeComparison
impl StructuralPartialEq for ModeComparison
Auto Trait Implementations§
impl Freeze for ModeComparison
impl RefUnwindSafe for ModeComparison
impl Send for ModeComparison
impl Sync for ModeComparison
impl Unpin for ModeComparison
impl UnsafeUnpin for ModeComparison
impl UnwindSafe for ModeComparison
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
Compare self to
key and return true if they are equal.§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