Struct reproto_parser::ast::File [] [src]

pub struct File<'input> {
    pub options: Vec<Loc<OptionDecl<'input>>>,
    pub uses: Vec<Loc<UseDecl<'input>>>,
    pub decls: Vec<Loc<Decl<'input>>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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