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