Enum rustc::session::config::OptionStability [−][src]
pub enum OptionStability {
Stable,
Unstable,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Stable🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Unstable🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Copy for OptionStability[src]
impl Copy for OptionStabilityimpl Clone for OptionStability[src]
impl Clone for OptionStabilityfn clone(&self) -> OptionStability[src]
fn clone(&self) -> OptionStabilityReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for OptionStability[src]
impl PartialEq for OptionStabilityfn eq(&self, other: &OptionStability) -> bool[src]
fn eq(&self, other: &OptionStability) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for OptionStability[src]
impl Eq for OptionStabilityfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for OptionStability[src]
impl Debug for OptionStabilityAuto Trait Implementations
impl Send for OptionStability
impl Send for OptionStabilityimpl Sync for OptionStability
impl Sync for OptionStability