pub enum MatrixCellKind {
SourceObserved,
DescriptorOnly,
ExprRoundTrip,
GeneratedCoverage,
}Expand description
Published kind for one matrix result cell.
Variants§
SourceObserved
A scored source case backed by observed runtime behavior.
DescriptorOnly
A descriptor-only source case that remains visible but unscored.
ExprRoundTrip
A scored expression round-trip case.
GeneratedCoverage
A generated coverage report published through the matrix claim surface.
Implementations§
Trait Implementations§
Source§impl Clone for MatrixCellKind
impl Clone for MatrixCellKind
Source§fn clone(&self) -> MatrixCellKind
fn clone(&self) -> MatrixCellKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MatrixCellKind
Source§impl Debug for MatrixCellKind
impl Debug for MatrixCellKind
impl Eq for MatrixCellKind
Source§impl PartialEq for MatrixCellKind
impl PartialEq for MatrixCellKind
impl StructuralPartialEq for MatrixCellKind
Auto Trait Implementations§
impl Freeze for MatrixCellKind
impl RefUnwindSafe for MatrixCellKind
impl Send for MatrixCellKind
impl Sync for MatrixCellKind
impl Unpin for MatrixCellKind
impl UnsafeUnpin for MatrixCellKind
impl UnwindSafe for MatrixCellKind
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.