Enum rlpx::ecies::ECIESState [] [src]

pub enum ECIESState {
    Auth,
    Ack,
    Header,
    Body,
}

Current ECIES state of a connection

Variants

Trait Implementations

impl Clone for ECIESState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ECIESState
[src]

impl Debug for ECIESState
[src]

Formats the value using the given formatter.

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