pub struct StacksChainUpdatedWithMicroblocksReorgData {
pub microblocks_to_rollback: Vec<StacksMicroblockData>,
pub microblocks_to_apply: Vec<StacksMicroblockData>,
}Fields§
§microblocks_to_rollback: Vec<StacksMicroblockData>§microblocks_to_apply: Vec<StacksMicroblockData>Trait Implementations§
source§impl Clone for StacksChainUpdatedWithMicroblocksReorgData
impl Clone for StacksChainUpdatedWithMicroblocksReorgData
source§fn clone(&self) -> StacksChainUpdatedWithMicroblocksReorgData
fn clone(&self) -> StacksChainUpdatedWithMicroblocksReorgData
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 for StacksChainUpdatedWithMicroblocksReorgData
impl PartialEq for StacksChainUpdatedWithMicroblocksReorgData
source§fn eq(&self, other: &StacksChainUpdatedWithMicroblocksReorgData) -> bool
fn eq(&self, other: &StacksChainUpdatedWithMicroblocksReorgData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StacksChainUpdatedWithMicroblocksReorgData
Auto Trait Implementations§
impl Freeze for StacksChainUpdatedWithMicroblocksReorgData
impl RefUnwindSafe for StacksChainUpdatedWithMicroblocksReorgData
impl Send for StacksChainUpdatedWithMicroblocksReorgData
impl Sync for StacksChainUpdatedWithMicroblocksReorgData
impl Unpin for StacksChainUpdatedWithMicroblocksReorgData
impl UnwindSafe for StacksChainUpdatedWithMicroblocksReorgData
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