Struct amber::pipeline_finder::PathInfo[][src]

pub struct PathInfo {
    pub path: PathBuf,
    pub len: u64,
}

Fields

Trait Implementations

impl Debug for PathInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PathInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PipelineFork<PathBuf, PathInfo> for PipelineFinder
[src]

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

Auto Trait Implementations

impl Send for PathInfo

impl Sync for PathInfo