Enum comm::messages::protobufs::Envelope_Type [] [src]

pub enum Envelope_Type {
    FIND_NODE_QUERY,
    FIND_NODE_RESPONSE,
    PING_QUERY,
    PING_RESPONSE,
    PACKET_QUERY,
    PACKET_RESPONSE,
}

Variants

Trait Implementations

impl Clone for Envelope_Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for Envelope_Type
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for Envelope_Type
[src]

[src]

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

1.3.0
[src]

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

impl ProtobufEnum for Envelope_Type
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Copy for Envelope_Type
[src]