Struct bip_peer::messages::PortMessage [] [src]

pub struct PortMessage { /* fields omitted */ }

Message for notifying a peer of our DHT port.

Methods

impl PortMessage
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for PortMessage
[src]

impl Clone for PortMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PortMessage
[src]

[src]

Formats the value using the given formatter.

impl Hash for PortMessage
[src]

[src]

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

1.3.0
[src]

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

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