Struct amber::pipeline_matcher::PipelineMatcher[][src]

pub struct PipelineMatcher<T: Matcher> {
    pub skip_binary: bool,
    pub print_skipped: bool,
    pub binary_check_bytes: usize,
    pub mmap_bytes: u64,
    pub infos: Vec<String>,
    pub errors: Vec<String>,
    // some fields omitted
}

Fields

Methods

impl<T: Matcher> PipelineMatcher<T>
[src]

Trait Implementations

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

Auto Trait Implementations

impl<T> Send for PipelineMatcher<T> where
    T: Send

impl<T> Sync for PipelineMatcher<T> where
    T: Sync