Struct reproto_parser::ast::SubType
[−]
[src]
pub struct SubType<'input> { pub name: &'input str, pub comment: Vec<&'input str>, pub members: Vec<Loc<Member<'input>>>, }
Sub-types in interface declarations.
Fields
name: &'input str
comment: Vec<&'input str>
members: Vec<Loc<Member<'input>>>
Trait Implementations
impl<'input> Debug for SubType<'input>
[src]
impl<'input> PartialEq for SubType<'input>
[src]
fn eq(&self, __arg_0: &SubType<'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: &SubType<'input>) -> bool
[src]
This method tests for !=
.