Skip to main content

DefaultIgnoreSkips

Type Alias DefaultIgnoreSkips 

Source
pub type DefaultIgnoreSkips = DefaultIgnoreSkips;

Aliased Type§

pub struct DefaultIgnoreSkips {
    pub total: usize,
    pub by_pattern: Vec<DefaultIgnoreSkipCount>,
}

Fields§

§total: usize

Total number of files skipped by built-in duplicates ignores.

§by_pattern: Vec<DefaultIgnoreSkipCount>

Per-pattern skip counts, in default pattern order.