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
protocol_version: Version
api_version: Version
Trait Implementations
impl Debug for Handshake
[src]
impl PartialEq for Handshake
[src]
fn eq(&self, __arg_0: &Handshake) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Handshake) -> bool
This method tests for !=
.
impl Eq for Handshake
[src]
impl Clone for Handshake
[src]
fn clone(&self) -> Handshake
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more