Struct duplicate_kriller::Scanner [] [src]

pub struct Scanner {
    pub settings: Settings,
    // some fields omitted
}

Fields

Methods

impl Scanner
[src]

[src]

[src]

[src]

Set the scan listener. Caution: This overrides previously set listeners! Use a multiplexing listener if multiple listeners are required.

[src]

Scan any file or directory for dupes. Dedupe is done within the path as well as against all previously added paths.

[src]

[src]

Drains the queue of directories to scan

[src]

Trait Implementations

impl Debug for Scanner
[src]

[src]

Formats the value using the given formatter.