Struct libp2p_floodsub::protocol::FloodsubMessage [−][src]
pub struct FloodsubMessage { pub source: PeerId, pub data: Vec<u8>, pub sequence_number: Vec<u8>, pub topics: Vec<Topic>, }
A message received by the floodsub system.
Fields
source: PeerId
Id of the peer that published this message.
data: Vec<u8>
Content of the message. Its meaning is out of scope of this library.
sequence_number: Vec<u8>
An incrementing sequence number.
topics: Vec<Topic>
List of topics this message belongs to.
Each message can belong to multiple topics at once.
Trait Implementations
impl Clone for FloodsubMessage
[src]
impl Clone for FloodsubMessage
[src]fn clone(&self) -> FloodsubMessage
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for FloodsubMessage
[src]
impl Hash for FloodsubMessage
[src]impl PartialEq<FloodsubMessage> for FloodsubMessage
[src]
impl PartialEq<FloodsubMessage> for FloodsubMessage
[src]