Enum rustc_resolve::MakeGlobMapUnstable
[-] [+]
[src]
pub enum MakeGlobMap { Yes, No, }
Variants
Yes | |
No |
pub enum MakeGlobMap { Yes, No, }
Yes | |
No |
impl Clone for MakeGlobMap
fn clone(&self) -> MakeGlobMap
fn clone_from(&mut self, source: &Self)
impl Copy for MakeGlobMap
impl PartialEq for MakeGlobMap
fn eq(&self, __arg_0: &MakeGlobMap) -> bool
fn ne(&self, __arg_0: &MakeGlobMap) -> bool
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
).