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
name: &'input str
comment: Vec<&'input str>
children: Vec<ServiceNested<'input>>
Trait Implementations
impl<'input> Debug for ServiceBody<'input>[src]
impl<'input> PartialEq for ServiceBody<'input>[src]
fn eq(&self, __arg_0: &ServiceBody<'input>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ServiceBody<'input>) -> bool[src]
This method tests for !=.