Enum reproto_core::RpEnumType [] [src]

pub enum RpEnumType {
    String,
    U32,
    U64,
    I32,
    I64,
}

Model for enum types

Variants

Methods

impl RpEnumType
[src]

[src]

[src]

Validate that the given number doesn't violate expected numeric bounds.

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 PartialEq for RpEnumType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for RpEnumType
[src]

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