Struct libp2p_kad::GetClosestPeersOk
source · Expand description
The successful result of Kademlia::get_closest_peers
.
Fields§
§key: Vec<u8>
§peers: Vec<PeerId>
Trait Implementations§
source§impl Clone for GetClosestPeersOk
impl Clone for GetClosestPeersOk
source§fn clone(&self) -> GetClosestPeersOk
fn clone(&self) -> GetClosestPeersOk
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more