Enum rustc_resolve::MakeGlobMapUnstable [-] [+] [src]

pub enum MakeGlobMap {
    Yes,
    No,
}

Variants

Yes
No

Trait Implementations

Derived Implementations

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