Struct reproto_parser::ast::OptionDecl [] [src]

pub struct OptionDecl<'input> {
    pub name: &'input str,
    pub values: Vec<Loc<Value<'input>>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl<'input> Clone for OptionDecl<'input>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Convert the current type to a model.