Struct fuel_core_interfaces::p2p::GossipsubMessageInfo
source · Fields§
§message_id: Vec<u8>
§peer_id: Vec<u8>
Trait Implementations§
source§impl Clone for GossipsubMessageInfo
impl Clone for GossipsubMessageInfo
source§fn clone(&self) -> GossipsubMessageInfo
fn clone(&self) -> GossipsubMessageInfo
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 moresource§impl Debug for GossipsubMessageInfo
impl Debug for GossipsubMessageInfo
source§impl<T> From<&GossipData<T>> for GossipsubMessageInfo
impl<T> From<&GossipData<T>> for GossipsubMessageInfo
source§fn from(gossip_data: &GossipData<T>) -> Self
fn from(gossip_data: &GossipData<T>) -> Self
Converts to this type from the input type.
source§impl Hash for GossipsubMessageInfo
impl Hash for GossipsubMessageInfo
source§impl PartialEq<GossipsubMessageInfo> for GossipsubMessageInfo
impl PartialEq<GossipsubMessageInfo> for GossipsubMessageInfo
source§fn eq(&self, other: &GossipsubMessageInfo) -> bool
fn eq(&self, other: &GossipsubMessageInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.