Struct libp2p_kad::GetProvidersOk
source · pub struct GetProvidersOk {
pub key: Key,
pub providers: HashSet<PeerId>,
pub closest_peers: Vec<PeerId>,
}
Expand description
The successful result of Kademlia::get_providers
.
Fields§
§key: Key
§providers: HashSet<PeerId>
§closest_peers: Vec<PeerId>
Trait Implementations§
source§impl Clone for GetProvidersOk
impl Clone for GetProvidersOk
source§fn clone(&self) -> GetProvidersOk
fn clone(&self) -> GetProvidersOk
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