Enum gaol::profile::PathPattern [] [src]

pub enum PathPattern {
    Literal(PathBuf),
    Subpath(PathBuf),
}

Describes a path or paths on the filesystem.

Variants

One specific path.

A directory and all of its contents, recursively.

Trait Implementations

impl Clone for PathPattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PathPattern
[src]

Formats the value using the given formatter.