Enum rustc_lint::metadata::filesearch::FileMatchUnstable [-] [+] [src]

pub enum FileMatch {
    FileMatches,
    FileDoesntMatch,
}

Variants

FileMatches
FileDoesntMatch

Trait Implementations

Derived Implementations

impl Clone for FileMatch

fn clone(&self) -> FileMatch

fn clone_from(&mut self, source: &Self)

impl Copy for FileMatch