Struct dupe_krill::Scanner

source ·
pub struct Scanner {
    pub settings: Settings,
    /* private fields */
}

Fields

settings: Settings

Implementations

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

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

Drains the queue of directories to scan

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.