Enum libp2p_kad::PutRecordContext [−][src]
pub enum PutRecordContext { Publish, Republish, Replicate, Cache, Custom, }
Expand description
The context of a QueryInfo::PutRecord
query.
Variants
The context is a Kademlia::put_record
operation.
The context is periodic republishing of records stored
earlier via Kademlia::put_record
.
The context is periodic replication (i.e. without extending the record TTL) of stored records received earlier from another peer.
The context is an automatic write-back caching operation of a
record found via Kademlia::get_record
at the closest node
to the key queried that did not return a record. This only
occurs after a lookup quorum of 1 as per standard Kademlia.
The context is a custom store operation targeting specific
peers initiated by Kademlia::put_record_to
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PutRecordContext
impl Send for PutRecordContext
impl Sync for PutRecordContext
impl Unpin for PutRecordContext
impl UnwindSafe for PutRecordContext
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V