Struct rustc_lint::session::config::RustcOptGroupUnstable [-] [+] [src]

pub struct RustcOptGroup {
    pub opt_group: OptGroup,
    pub stability: OptionStability,
}

Fields

opt_group
stability

Methods

impl RustcOptGroup

fn is_stable(&self) -> bool

Trait Implementations

Derived Implementations

impl Eq for RustcOptGroup

impl PartialEq<RustcOptGroup> for RustcOptGroup

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

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

impl Clone for RustcOptGroup

fn clone(&self) -> RustcOptGroup

fn clone_from(&mut self, source: &Self)