Enum rustc_trans::metadata::filesearch::FileMatchUnstable
[-] [+]
[src]
pub enum FileMatch { FileMatches, FileDoesntMatch, }
Variants
FileMatches | |
FileDoesntMatch |
pub enum FileMatch { FileMatches, FileDoesntMatch, }
FileMatches | |
FileDoesntMatch |
impl Clone for FileMatch
fn clone(&self) -> FileMatch
fn 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
).