Struct reproto_parser::ast::Field [] [src]

pub struct Field<'input> {
    pub modifier: RpModifier,
    pub name: &'input str,
    pub comment: Vec<&'input str>,
    pub ty: Type,
    pub field_as: Option<String>,
}

Fields

Methods

impl<'input> Field<'input>
[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

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