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 ==.impl StructuralPartialEq for StacksChainUpdatedWithReorgData
Auto Trait Implementations§
impl RefUnwindSafe for StacksChainUpdatedWithReorgData
impl Send for StacksChainUpdatedWithReorgData
impl Sync for StacksChainUpdatedWithReorgData
impl Unpin for StacksChainUpdatedWithReorgData
impl UnwindSafe for StacksChainUpdatedWithReorgData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more