Struct reproto_core::RpEnumVariant [] [src]

pub struct RpEnumVariant {
    pub name: Loc<String>,
    pub comment: Vec<String>,
    pub arguments: Vec<Loc<RpValue>>,
    pub ordinal: u32,
}

Fields

Trait Implementations

impl Debug for RpEnumVariant
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpEnumVariant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more