Struct reproto_core::RpSubType
[−]
[src]
pub struct RpSubType {
pub name: String,
pub comment: Vec<String>,
pub fields: Vec<Loc<RpField>>,
pub codes: Vec<Loc<RpCode>>,
pub names: Vec<Loc<String>>,
pub match_decl: RpMatchDecl,
}Fields
name: String
comment: Vec<String>
fields: Vec<Loc<RpField>>
codes: Vec<Loc<RpCode>>
names: Vec<Loc<String>>
match_decl: RpMatchDecl
Methods
impl RpSubType[src]
Trait Implementations
impl Debug for RpSubType[src]
impl Clone for RpSubType[src]
fn clone(&self) -> RpSubType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more