Enum xvc_walker::MatchResult
source · pub enum MatchResult {
NoMatch,
Ignore,
Whitelist,
}Expand description
Show whether a path matches to a glob rule
Variants§
NoMatch
There is no match between glob(s) and path
Ignore
Path matches to ignored glob(s)
Whitelist
Path matches to whitelisted glob(s)
Trait Implementations§
source§impl Clone for MatchResult
impl Clone for MatchResult
source§fn clone(&self) -> MatchResult
fn clone(&self) -> MatchResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more