Enum libp2p_kad::PutRecordPhase [−][src]
pub enum PutRecordPhase { GetClosestPeers, PutRecord { success: Vec<PeerId>, get_closest_peers_stats: QueryStats, }, }
The phases of a QueryInfo::PutRecord
query.
Variants
The query is searching for the closest nodes to the record key.
The query is replicating the record to the closest nodes to the key.
Show fields
Fields of PutRecord
success: Vec<PeerId>
A list of peers the given record has been successfully replicated to.
get_closest_peers_stats: QueryStats
Query statistics from the finished GetClosestPeers
phase.
Trait Implementations
impl Clone for PutRecordPhase
[src]
impl Clone for PutRecordPhase
[src]fn clone(&self) -> PutRecordPhase
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<PutRecordPhase> for PutRecordPhase
[src]
impl PartialEq<PutRecordPhase> for PutRecordPhase
[src]