Struct bip_dht::message::get_peers::GetPeersResponse [] [src]

pub struct GetPeersResponse<'a> { /* fields omitted */ }

Methods

impl<'a> GetPeersResponse<'a>
[src]

Trait Implementations

impl<'a> Copy for GetPeersResponse<'a>
[src]

impl<'a> Clone for GetPeersResponse<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for GetPeersResponse<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for GetPeersResponse<'a>
[src]

impl<'a> Hash for GetPeersResponse<'a>
[src]

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

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

impl<'a> Debug for GetPeersResponse<'a>
[src]

Formats the value using the given formatter.