Struct reproto_parser::ast::MatchMember
[−]
[src]
pub struct MatchMember<'input> { pub comment: Vec<&'input str>, pub condition: Loc<MatchCondition<'input>>, pub object: Loc<Object<'input>>, }
Fields
comment: Vec<&'input str>
condition: Loc<MatchCondition<'input>>
object: Loc<Object<'input>>
Trait Implementations
impl<'input> Debug for MatchMember<'input>
[src]
impl<'input> IntoModel for MatchMember<'input>
[src]
type Output = RpMatchMember
fn into_model(self) -> Result<RpMatchMember>
Convert the current type to a model.