Struct libp2p::kad::GetRecordOk [−][src]
pub struct GetRecordOk {
pub records: Vec<PeerRecord, Global>,
}Expand description
The successful result of Kademlia::get_record.
Fields
records: Vec<PeerRecord, Global>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetRecordOkimpl Send for GetRecordOkimpl Sync for GetRecordOkimpl Unpin for GetRecordOkimpl UnwindSafe for GetRecordOkBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V