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> IntoModel for ServiceBody<'input>
[src]
type Output = Rc<RpServiceBody>
fn into_model(self) -> Result<Rc<RpServiceBody>>
Convert the current type to a model.