Enum syntax::attr::StabilityLevelUnstable
[-] [+]
[src]
pub enum StabilityLevel {
Unstable,
Stable,
}The available stability levels.
Variants
Unstable | |
Stable |
pub enum StabilityLevel {
Unstable,
Stable,
}The available stability levels.
Unstable | |
Stable |
impl Display for StabilityLevelimpl Copy for StabilityLevelimpl Debug for StabilityLevelimpl Clone for StabilityLevelfn clone(&self) -> StabilityLevelfn clone_from(&mut self, source: &Self)impl PartialOrd for StabilityLevelfn partial_cmp(&self, __arg_0: &StabilityLevel) -> Option<Ordering>fn 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 Decodable for StabilityLevelfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<StabilityLevel, __D>impl Encodable 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, enum,
trait, typedef (or
tdef).