Struct reproto_parser::ast::Instance [] [src]

pub struct Instance<'input> {
    pub name: RpName,
    pub arguments: Loc<Vec<Loc<FieldInit<'input>>>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl<'input> PartialEq for Instance<'input>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Convert the current type to a model.