Struct rustc_typeck::session::config::RustcOptGroupExperimental [-]  [+] [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

fn assert_receiver_is_total_eq(&self)

impl PartialEq<RustcOptGroup> for RustcOptGroup

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

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

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

impl Clone for RustcOptGroup

fn clone(&self) -> RustcOptGroup

fn clone_from(&mut self, &RustcOptGroup)