Struct rustc_lint::session::config::RustcOptGroup
[−]
[src]
pub struct RustcOptGroup {
pub opt_group: OptGroup,
pub stability: OptionStability,
}Unstable (
rustc_private)Fields
opt_group: OptGroup
Unstable (
rustc_private)stability: OptionStability
Unstable (
rustc_private)Methods
impl RustcOptGroup
fn is_stable(&self) -> bool
fn stable(g: OptGroup) -> RustcOptGroup
fn unstable(g: OptGroup) -> RustcOptGroup
Trait Implementations
Derived Implementations
impl Eq for RustcOptGroup
impl PartialEq<RustcOptGroup> for RustcOptGroup
fn eq(&self, __arg_0: &RustcOptGroup) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RustcOptGroup) -> bool
This method tests for !=.
impl Clone for RustcOptGroup
fn clone(&self) -> RustcOptGroup
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more