Enum rustc::metadata::filesearch::FileMatchUnstable
[-] [+]
[src]
pub enum FileMatch {
FileMatches,
FileDoesntMatch,
}Variants
FileMatches | |
FileDoesntMatch |
pub enum FileMatch {
FileMatches,
FileDoesntMatch,
}FileMatches | |
FileDoesntMatch |
impl Clone for FileMatchfn clone(&self) -> FileMatchfn clone_from(&mut self, source: &Self)impl Copy for FileMatch
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).