Struct rustc::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
[src]
fn is_stable(&self) -> bool
fn stable(g: OptGroup) -> RustcOptGroup
fn unstable(g: OptGroup) -> RustcOptGroup
Trait Implementations
Derived Implementations
impl Eq for RustcOptGroup
[src]
impl PartialEq for RustcOptGroup
[src]
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
[src]
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