Enum ql2::proto::VersionDummy_Version [] [src]

pub enum VersionDummy_Version {
    V0_1,
    V0_2,
    V0_3,
    V0_4,
    V1_0,
}

Variants

Trait Implementations

impl Clone for VersionDummy_Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VersionDummy_Version
[src]

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

This method tests for !=.

impl Eq for VersionDummy_Version
[src]

impl Debug for VersionDummy_Version
[src]

Formats the value using the given formatter.

impl Hash for VersionDummy_Version
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for VersionDummy_Version
[src]

impl Copy for VersionDummy_Version
[src]

impl ProtobufValue for VersionDummy_Version
[src]