Struct dupcheck::FileHash [] [src]

pub struct FileHash { /* fields omitted */ }

Keeps information about a file hash and the files with that hash.

Methods

impl FileHash
[src]

Returns the SHA-256 hash.

Returns a reference to the files associated with this hash.

Returns both the hash and the files reference.

Adds a file path.

Returns the total number of files.

Trait Implementations

impl Debug for FileHash
[src]

Formats the value using the given formatter.