Enum reproto_parser::ast::Member [] [src]

pub enum Member<'input> {
    Field(Field<'input>),
    Code(&'input strVec<String>),
    Option(OptionDecl<'input>),
    InnerDecl(Decl<'input>),
}

Variants

Trait Implementations

impl<'input> Debug for Member<'input>
[src]

[src]

Formats the value using the given formatter.

impl<'input> PartialEq for Member<'input>
[src]

[src]

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

[src]

This method tests for !=.

impl<'input> Eq for Member<'input>
[src]