Enum rustc_lint::middle::stability::StabilityLevel
[−]
[src]
pub enum StabilityLevel { Unstable, Stable, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Unstable
🔬 This is a nightly-only experimental API. (
rustc_private
)Stable
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl StabilityLevel
[src]
fn from_attr_level(level: &StabilityLevel) -> StabilityLevel
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl Decodable for StabilityLevel
[src]
fn decode<__D>(__arg_0: &mut __D) -> Result<StabilityLevel, __D::Error> where __D: Decoder
🔬 This is a nightly-only experimental API. (
rustc_private
)impl PartialOrd<StabilityLevel> for StabilityLevel
[src]
fn partial_cmp(&self, __arg_0: &StabilityLevel) -> Option<Ordering>
🔬 This is a nightly-only experimental API. (
rustc_private
)impl PartialEq<StabilityLevel> for StabilityLevel
[src]
fn eq(&self, __arg_0: &StabilityLevel) -> 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 Hash for StabilityLevel
[src]
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Clone for StabilityLevel
[src]
fn clone(&self) -> StabilityLevel
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 StabilityLevel
[src]
impl Debug for StabilityLevel
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Encodable for StabilityLevel
[src]
fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder
🔬 This is a nightly-only experimental API. (
rustc_private
)