pub struct RepositoryCoverageRow {
pub coverage: CoverageRecord,
pub parser: Option<ParserKind>,
pub provider: Option<ParserKind>,
}Expand description
One discovered coverage row with parse and fact-provider provenance.
Fields§
§coverage: CoverageRecordValidated normalized graph coverage record.
parser: Option<ParserKind>Source parser pass for path-scoped coverage.
provider: Option<ParserKind>Fact provider pass for path-scoped coverage.
Trait Implementations§
Source§impl Clone for RepositoryCoverageRow
impl Clone for RepositoryCoverageRow
Source§fn clone(&self) -> RepositoryCoverageRow
fn clone(&self) -> RepositoryCoverageRow
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 RepositoryCoverageRow
impl Debug for RepositoryCoverageRow
Source§impl PartialEq for RepositoryCoverageRow
impl PartialEq for RepositoryCoverageRow
impl Eq for RepositoryCoverageRow
impl StructuralPartialEq for RepositoryCoverageRow
Auto Trait Implementations§
impl Freeze for RepositoryCoverageRow
impl RefUnwindSafe for RepositoryCoverageRow
impl Send for RepositoryCoverageRow
impl Sync for RepositoryCoverageRow
impl Unpin for RepositoryCoverageRow
impl UnwindSafe for RepositoryCoverageRow
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