Enum file_matcher::EntryName [−][src]
pub enum EntryName { Exact(String), Any(Vec<String>), AnyNamed(Vec<EntryName>), Regex(String), Wildmatch(String), }
Expand description
Represents an entry name that can be of different types
Variants
Tuple Fields of Exact
0: String
Tuple Fields of Regex
0: String
Tuple Fields of Wildmatch
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryName
impl UnwindSafe for EntryName
Blanket Implementations
Mutably borrows from an owned value. Read more