Struct reproto_core::RpTupleBody [] [src]

pub struct RpTupleBody {
    pub name: String,
    pub comment: Vec<String>,
    pub decls: Vec<Rc<Loc<RpDecl>>>,
    pub fields: Vec<Loc<RpField>>,
    pub codes: Vec<Loc<RpCode>>,
}

Fields

Methods

impl RpTupleBody
[src]

[src]

Trait Implementations

impl Debug for RpTupleBody
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpTupleBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Merge for RpTupleBody
[src]

[src]

Merge the current model with another.