Enum rustc_lint::session::config::OptionStability
[−]
[src]
pub enum OptionStability { Stable, UnstableButNotReally, Unstable, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Stable
🔬 This is a nightly-only experimental API. (
rustc_private
)UnstableButNotReally
🔬 This is a nightly-only experimental API. (
rustc_private
)Unstable
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl PartialEq<OptionStability> for OptionStability
[src]
fn eq(&self, __arg_0: &OptionStability) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for OptionStability
[src]
fn clone(&self) -> OptionStability
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 Eq for OptionStability
[src]
impl Debug for OptionStability
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
🔬 This is a nightly-only experimental API. (
rustc_private
)