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

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

Methods

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for GetPeersRequest<'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 GetPeersRequest<'a>
[src]

impl<'a> Hash for GetPeersRequest<'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 GetPeersRequest<'a>
[src]

Formats the value using the given formatter.