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

Trait Implementations

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

Formats the value using the given formatter.

impl<'input> IntoModel for MatchMember<'input>
[src]

Convert the current type to a model.