Struct reproto_core::RpInterfaceBody [] [src]

pub struct RpInterfaceBody {
    pub name: String,
    pub comment: Vec<String>,
    pub fields: Vec<Loc<RpField>>,
    pub codes: Vec<Loc<RpCode>>,
    pub match_decl: RpMatchDecl,
    pub sub_types: BTreeMap<String, Loc<Rc<RpSubType>>>,
}

Fields

Methods

impl RpInterfaceBody
[src]

Trait Implementations

impl Debug for RpInterfaceBody
[src]

Formats the value using the given formatter.

impl Clone for RpInterfaceBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Merge for RpInterfaceBody
[src]

Merge the current model with another.