Enum rusty_secrets::proto::VersionProto[][src]

pub enum VersionProto {
    INITIAL_RELEASE,
}

Variants

Trait Implementations

impl Clone for VersionProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for VersionProto
[src]

Formats the value using the given formatter. Read more

impl Hash for VersionProto
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for VersionProto
[src]

impl Copy for VersionProto
[src]

impl Default for VersionProto
[src]

Returns the "default value" for a type. Read more

impl ProtobufValue for VersionProto
[src]

Auto Trait Implementations

impl Send for VersionProto

impl Sync for VersionProto