Struct bip_peer::PeerInfo [] [src]

pub struct PeerInfo { /* fields omitted */ }

Information that uniquely identifies a peer.

Methods

impl PeerInfo
[src]

Create a new PeerInfo object.

Trait Implementations

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

impl Hash for PeerInfo
[src]

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

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

impl Debug for PeerInfo
[src]

Formats the value using the given formatter.

impl Copy for PeerInfo
[src]

impl Clone for PeerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more