pub struct StacksChainUpdatedWithMicroblocksData {
pub new_microblocks: Vec<StacksMicroblockData>,
}Fields§
§new_microblocks: Vec<StacksMicroblockData>Trait Implementations§
source§impl Clone for StacksChainUpdatedWithMicroblocksData
impl Clone for StacksChainUpdatedWithMicroblocksData
source§fn clone(&self) -> StacksChainUpdatedWithMicroblocksData
fn clone(&self) -> StacksChainUpdatedWithMicroblocksData
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 PartialEq<StacksChainUpdatedWithMicroblocksData> for StacksChainUpdatedWithMicroblocksData
impl PartialEq<StacksChainUpdatedWithMicroblocksData> for StacksChainUpdatedWithMicroblocksData
source§fn eq(&self, other: &StacksChainUpdatedWithMicroblocksData) -> bool
fn eq(&self, other: &StacksChainUpdatedWithMicroblocksData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.