Struct reproto_core::RpField [] [src]

pub struct RpField {
    pub modifier: RpModifier,
    pub name: String,
    pub comment: Vec<String>,
    pub ty: RpType,
    pub field_as: Option<String>,
}

Fields

Alias of field in JSON.

Methods

impl RpField
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for RpField
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpField
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more