Enum syntex_syntax::feature_gate::Stability [] [src]

pub enum Stability {
    Unstable,
    Deprecated(&'static str),
}

Variants

Trait Implementations

impl Copy for Stability
[src]

impl Clone for Stability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Stability
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Stability
[src]

impl Debug for Stability
[src]

Formats the value using the given formatter.