Struct amber::pipeline_matcher::PathMatch[][src]

pub struct PathMatch {
    pub path: PathBuf,
    pub matches: Vec<Match>,
}

Fields

Trait Implementations

impl Debug for PathMatch
[src]

Formats the value using the given formatter. Read more

impl Clone for PathMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Matcher> Pipeline<PathInfo, PathMatch> for PipelineMatcher<T>
[src]

impl Pipeline<PathMatch, ()> for PipelinePrinter
[src]

impl Pipeline<PathMatch, ()> for PipelineReplacer
[src]

impl PipelineJoin<PathMatch, PathMatch> for PipelineSorter
[src]

Auto Trait Implementations

impl Send for PathMatch

impl Sync for PathMatch