Enum reproto_core::RpEnumOrdinal [] [src]

pub enum RpEnumOrdinal {
    String(String),
    Generated,
}

Variants

Value is specified expliticly.

Value is automatically derived from the name of the variant.

Trait Implementations

impl Debug for RpEnumOrdinal
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpEnumOrdinal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more