Struct reproto_core::RpTypeBody [] [src]

pub struct RpTypeBody {
    pub name: String,
    pub comment: Vec<String>,
    pub fields: Vec<Loc<RpField>>,
    pub codes: Vec<Loc<RpCode>>,
    pub match_decl: RpMatchDecl,
    pub reserved: HashSet<Loc<String>>,
}

Fields

Methods

impl RpTypeBody
[src]

Trait Implementations

impl Debug for RpTypeBody
[src]

Formats the value using the given formatter.

impl Clone for RpTypeBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Merge for RpTypeBody
[src]

Merge the current model with another.