Enum syntax::attr::StabilityLevel[src]
pub enum StabilityLevel {
Deprecated,
Experimental,
Unstable,
Stable,
Frozen,
Locked,
}The available stability levels.
Variants
Deprecated | |
Experimental | |
Unstable | |
Stable | |
Frozen | |
Locked |
pub enum StabilityLevel {
Deprecated,
Experimental,
Unstable,
Stable,
Frozen,
Locked,
}The available stability levels.
Deprecated | |
Experimental | |
Unstable | |
Stable | |
Frozen | |
Locked |
impl Show for StabilityLevelimpl Clone for StabilityLevelfn clone(&self) -> StabilityLevelfn clone_from(&mut self, source: &Self)impl PartialOrd for StabilityLevelfn lt(&self, __arg_0: &StabilityLevel) -> boolfn le(&self, __arg_0: &StabilityLevel) -> boolfn gt(&self, __arg_0: &StabilityLevel) -> boolfn ge(&self, __arg_0: &StabilityLevel) -> boolimpl PartialEq for StabilityLevelfn eq(&self, __arg_0: &StabilityLevel) -> boolfn ne(&self, __arg_0: &StabilityLevel) -> boolimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for StabilityLevelfn decode(__arg_0: &mut __D) -> Result<StabilityLevel, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for StabilityLevel
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).