Struct reproto_core::RpField [] [src]

pub struct RpField {
    pub modifier: RpModifier,
    pub comment: Vec<String>,
    pub ty: RpType,
    pub field_as: Option<Loc<String>>,
    // some fields omitted
}

Fields

Methods

impl RpField
[src]

Trait Implementations

impl Debug for RpField
[src]

Formats the value using the given formatter.

impl Clone for RpField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more