Enum reproto_core::RpEnumOrdinal [] [src]

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

Data Models for the final model stage stage.

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. Read more

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

Auto Trait Implementations

impl Send for RpEnumOrdinal

impl Sync for RpEnumOrdinal