Struct reproto_core::RpSubType [] [src]

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

Fields

Inner declarations.

Methods

impl RpSubType
[src]

[src]

[src]

Trait Implementations

impl Debug for RpSubType
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpSubType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Merge for RpSubType
[src]

[src]

Merge the current model with another.