Enum reproto_core::RpEnumType [] [src]

pub enum RpEnumType {
    String,
}

Model for enum types

Variants

Methods

impl RpEnumType
[src]

[src]

Trait Implementations

impl Debug for RpEnumType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpEnumType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for RpEnumType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RpEnumType

impl Sync for RpEnumType