Enum fuel_core_interfaces::p2p::BlockBroadcast
source · pub enum BlockBroadcast {
NewBlock(FuelBlock),
}
Variants§
Trait Implementations§
source§impl Clone for BlockBroadcast
impl Clone for BlockBroadcast
source§fn clone(&self) -> BlockBroadcast
fn clone(&self) -> BlockBroadcast
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