Struct reproto_parser::ast::ServiceBody [] [src]

pub struct ServiceBody<'input> {
    pub name: &'input str,
    pub comment: Vec<&'input str>,
    pub children: Vec<ServiceNested<'input>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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