Struct syntex_syntax::feature_gate::GatedCfg [] [src]

pub struct GatedCfg {
    // some fields omitted
}

Methods

impl GatedCfg

fn gate(cfg: &MetaItem) -> Option<GatedCfg>

Trait Implementations

Derived Implementations

impl PartialEq for GatedCfg

fn eq(&self, __arg_0: &GatedCfg) -> bool

fn ne(&self, __arg_0: &GatedCfg) -> bool

impl Eq for GatedCfg

impl Debug for GatedCfg

fn fmt(&self, __arg_0: &mut Formatter) -> Result