Struct bip_peer::message::RequestMessage [] [src]

pub struct RequestMessage { /* fields omitted */ }

Message for requesting a block from a peer.

Methods

impl RequestMessage
[src]

Trait Implementations

impl Copy for RequestMessage
[src]

impl Clone for RequestMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RequestMessage
[src]

Formats the value using the given formatter.

impl Hash for RequestMessage
[src]

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

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

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