Enum syntax::attr::StabilityLevelExperimental [-]  [+] [src]

pub enum StabilityLevel {
    Deprecated,
    Experimental,
    Unstable,
    Stable,
    Frozen,
    Locked,
}

The available stability levels.

Variants

Deprecated
Experimental
Unstable
Stable
Frozen
Locked

Trait Implementations

Derived Implementations

impl Copy for StabilityLevel

impl Show for StabilityLevel

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for StabilityLevel

fn clone(&self) -> StabilityLevel

fn clone_from(&mut self, source: &Self)

impl PartialOrd for StabilityLevel

fn partial_cmp(&self, __arg_0: &StabilityLevel) -> Option<Ordering>

fn lt(&self, __arg_0: &StabilityLevel) -> bool

fn le(&self, __arg_0: &StabilityLevel) -> bool

fn gt(&self, __arg_0: &StabilityLevel) -> bool

fn ge(&self, __arg_0: &StabilityLevel) -> bool

impl PartialEq for StabilityLevel

fn eq(&self, __arg_0: &StabilityLevel) -> bool

fn ne(&self, __arg_0: &StabilityLevel) -> bool

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for StabilityLevel

fn decode(__arg_0: &mut __D) -> Result<StabilityLevel, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for StabilityLevel

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>