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 for StacksChainUpdatedWithMicroblocksData
impl PartialEq 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 ==.impl StructuralPartialEq for StacksChainUpdatedWithMicroblocksData
Auto Trait Implementations§
impl RefUnwindSafe for StacksChainUpdatedWithMicroblocksData
impl Send for StacksChainUpdatedWithMicroblocksData
impl Sync for StacksChainUpdatedWithMicroblocksData
impl Unpin for StacksChainUpdatedWithMicroblocksData
impl UnwindSafe for StacksChainUpdatedWithMicroblocksData
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