Struct ruplacer::Stats[][src]

pub struct Stats {
    pub matching_files: usize,
    pub num_replacements: usize,
}

Fields

Methods

impl Stats
[src]

Trait Implementations

impl Default for Stats
[src]

Returns the "default value" for a type. Read more

impl Display for Stats
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stats

impl Sync for Stats