Struct bip_handshake::InitiateMessage [] [src]

pub struct InitiateMessage { /* fields omitted */ }

Message used to initiate a handshake with the Handshaker.

Methods

impl InitiateMessage
[src]

[src]

Create a new InitiateMessage.

[src]

Protocol that we want to connect to the peer with.

[src]

Hash that we are interested in from the peer.

[src]

Address that we should connect to for the peer.

[src]

Break the InitiateMessage up into its parts.

Trait Implementations

impl PartialEq for InitiateMessage
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for InitiateMessage
[src]

impl Debug for InitiateMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for InitiateMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more