Struct ethcore_ipc::interface::Handshake [] [src]

pub struct Handshake {
    pub protocol_version: Version,
    pub api_version: Version,
}

Handshake for client and server to negotiate api/protocol version

Fields

Trait Implementations

impl Debug for Handshake
[src]

Formats the value using the given formatter.

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

impl Clone for Handshake
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more