Struct reproto_core::RpTypeBody [] [src]

pub struct RpTypeBody {
    pub name: RpName,
    pub ident: String,
    pub comment: Vec<String>,
    pub decls: Vec<RpDecl>,
    pub fields: Vec<Loc<RpField>>,
    pub codes: Vec<Loc<RpCode>>,
    pub reserved: HashSet<Loc<String>>,
}

Fields

Methods

impl RpTypeBody
[src]

[src]

Trait Implementations

impl Debug for RpTypeBody
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpTypeBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for RpTypeBody

impl !Sync for RpTypeBody