Struct ubiquity::detect::SearchDirectories [] [src]

pub struct SearchDirectories {
    pub directories: Vec<PathBuf>,
    pub recurse: bool,
}

The list of directories to be searched.

Fields

Methods

impl SearchDirectories
[src]

Builds a value that searches everything inside the root.

Trait Implementations

impl Debug for SearchDirectories
[src]

Formats the value using the given formatter.

impl Clone for SearchDirectories
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more