Enum syntax::parse::obsolete::ObsoleteSyntaxUnstable [-] [+] [src]

pub enum ObsoleteSyntax {
    Sized,
    ForSized,
    ProcType,
    ProcExpr,
    ClosureType,
    ClosureKind,
    EmptyIndex,
}

The specific types of unsupported syntax

Variants

Sized
ForSized
ProcType
ProcExpr
ClosureType
ClosureKind
EmptyIndex

Trait Implementations

Derived Implementations

impl Hash for ObsoleteSyntax

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for ObsoleteSyntax

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ObsoleteSyntax

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

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

impl Copy for ObsoleteSyntax