Enum 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 Debug for Stability
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stability

impl Sync for Stability