Struct ubiquity::detect::DetectionStatistics [] [src]

pub struct DetectionStatistics {
    pub archive_hits: usize,
    pub archive_additions: usize,
}

Basic statistics about the accuracy of archives during the detection process.

Fields

The number of times the archives were up to date and reported no change.

The number of times the archives had to be added to.

Methods

impl DetectionStatistics
[src]

Trait Implementations

impl Debug for DetectionStatistics
[src]

Formats the value using the given formatter.