Enum duplicate_kriller::RunMode [] [src]

pub enum RunMode {
    DryRun,
    DryRunNoMerging,
    Hardlink,
}

Variants

Merges paths in memory, but not on disk. Gives realistic UI output.

Like dry run, but completely skips deduping, with no UI for dupes.

Trait Implementations

impl Debug for RunMode
[src]

Formats the value using the given formatter.

impl Copy for RunMode
[src]

impl Clone for RunMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for RunMode
[src]

impl PartialEq for RunMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.