Struct reproto_core::RpInterfaceBody [] [src]

pub struct RpInterfaceBody {
    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_types: Vec<Rc<Loc<RpSubType>>>,
    pub sub_type_strategy: RpSubTypeStrategy,
}

Fields

Methods

impl RpInterfaceBody
[src]

[src]

Trait Implementations

impl Debug for RpInterfaceBody
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpInterfaceBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations