Enum syntex_syntax::feature_gate::GatedCfgAttr
[−]
[src]
pub enum GatedCfgAttr {
GatedCfg(GatedCfg),
GatedAttr(Span),
}Variants
GatedCfg | |
GatedAttr |
pub enum GatedCfgAttr {
GatedCfg(GatedCfg),
GatedAttr(Span),
}GatedCfg | |
GatedAttr |
impl GatedCfgAttrfn check_and_emit(&self, diagnostic: &SpanHandler, features: &Features)impl Ord for GatedCfgAttrfn cmp(&self, other: &GatedCfgAttr) -> Orderingimpl PartialOrd for GatedCfgAttrfn partial_cmp(&self, other: &GatedCfgAttr) -> Option<Ordering>fn lt(&self, other: &Rhs) -> boolfn le(&self, other: &Rhs) -> boolfn gt(&self, other: &Rhs) -> boolfn ge(&self, other: &Rhs) -> boolimpl PartialEq for GatedCfgAttrfn eq(&self, __arg_0: &GatedCfgAttr) -> boolfn ne(&self, __arg_0: &GatedCfgAttr) -> boolimpl Eq for GatedCfgAttrimpl Debug for GatedCfgAttr