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