Struct rustc::session::config::RustcOptGroup
[−]
[src]
pub struct RustcOptGroup { pub opt_group: OptGroup, pub stability: OptionStability, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Fields
opt_group: OptGroup
🔬 This is a nightly-only experimental API. (
rustc_private
)stability: OptionStability
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl RustcOptGroup
[src]
fn is_stable(&self) -> bool
🔬 This is a nightly-only experimental API. (
rustc_private
)fn stable(g: OptGroup) -> RustcOptGroup
🔬 This is a nightly-only experimental API. (
rustc_private
)fn unstable(g: OptGroup) -> RustcOptGroup
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
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
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 !=
.