Struct reproto_core::RpInterfaceBody [] [src]

pub struct RpInterfaceBody {
    pub name: RpName,
    pub local_name: String,
    pub comment: Vec<String>,
    pub decls: Vec<Rc<Loc<RpDecl>>>,
    pub fields: Vec<Loc<RpField>>,
    pub codes: Vec<Loc<RpCode>>,
    pub sub_types: BTreeMap<String, Rc<Loc<RpSubType>>>,
}

Fields

Inner declarations.

Methods

impl RpInterfaceBody
[src]

[src]

Trait Implementations

impl Merge for RpInterfaceBody
[src]

[src]

Merge the current model with another.

impl Debug for RpInterfaceBody
[src]

[src]

Formats the value using the given formatter.

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