Struct find_folder::SearchFolder [] [src]

pub struct SearchFolder {
    pub start: PathBuf,
    pub direction: Search,
}

A search defined as a starting path and a route to take.

Don't instantiate this type directly. Instead, use Search::of.

Fields

The starting path of the search.

The route to take while searching.

Methods

impl SearchFolder
[src]

Search for a folder with the given name.

Trait Implementations

impl Clone for SearchFolder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchFolder
[src]

Formats the value using the given formatter.