Struct reproto_core::RpSubType [] [src]

pub struct RpSubType {
    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 sub_type_name: Option<Loc<String>>,
}

Fields

Inner declarations.

Methods

impl RpSubType
[src]

[src]

Trait Implementations

impl Debug for RpSubType
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for RpSubType

impl !Sync for RpSubType