Struct reproto_parser::ast::TupleBody [] [src]

pub struct TupleBody<'input> {
    pub name: &'input str,
    pub comment: Vec<&'input str>,
    pub members: Vec<Loc<Member<'input>>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'input> PartialEq for TupleBody<'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 TupleBody<'input>
[src]