Struct filearco::FileData [] [src]

pub struct FileData { /* fields omitted */ }

This struct contains information on all the normal files in a given location.

Methods

impl FileData
[src]

[src]

This method returns the path of the indexed directory.

[src]

This method returns the number of files indexed.

[src]

This method consumes this struct and returns a Vec of its contents.

Trait Implementations

impl Clone for FileData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more