pub struct CoverageFinding {
pub kind: CoverageKind,
pub name: String,
pub command: String,
pub status: CoverageStatus,
pub severity: DoctorSeverity,
pub required_version: Option<String>,
pub parsed_version: Option<String>,
pub formula: Option<String>,
pub message: String,
}Fields§
§kind: CoverageKind§name: String§command: String§status: CoverageStatus§severity: DoctorSeverity§required_version: Option<String>§parsed_version: Option<String>§formula: Option<String>§message: StringImplementations§
Source§impl CoverageFinding
impl CoverageFinding
pub fn to_doctor_finding(&self, product: &str) -> DoctorFinding
Trait Implementations§
Source§impl Clone for CoverageFinding
impl Clone for CoverageFinding
Source§impl Debug for CoverageFinding
impl Debug for CoverageFinding
impl Eq for CoverageFinding
Source§impl PartialEq for CoverageFinding
impl PartialEq for CoverageFinding
impl StructuralPartialEq for CoverageFinding
Auto Trait Implementations§
impl Freeze for CoverageFinding
impl RefUnwindSafe for CoverageFinding
impl Send for CoverageFinding
impl Sync for CoverageFinding
impl Unpin for CoverageFinding
impl UnsafeUnpin for CoverageFinding
impl UnwindSafe for CoverageFinding
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.