Struct libp2p::kad::PutRecordOk [−][src]
pub struct PutRecordOk {
pub key: Key,
}Expand description
The successful result of Kademlia::put_record.
Fields
key: KeyTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PutRecordOkimpl Send for PutRecordOkimpl Sync for PutRecordOkimpl Unpin for PutRecordOkimpl UnwindSafe for PutRecordOkBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V