Struct clarity_repl::codec::StacksMicroblock
source · pub struct StacksMicroblock {
pub header: StacksMicroblockHeader,
pub txs: Vec<StacksTransaction>,
}Expand description
A microblock that contains non-blockchain-anchored data, but is tied to an on-chain block
Fields§
§header: StacksMicroblockHeader§txs: Vec<StacksTransaction>Trait Implementations§
source§impl Clone for StacksMicroblock
impl Clone for StacksMicroblock
source§fn clone(&self) -> StacksMicroblock
fn clone(&self) -> StacksMicroblock
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 Debug for StacksMicroblock
impl Debug for StacksMicroblock
source§impl<'de> Deserialize<'de> for StacksMicroblock
impl<'de> Deserialize<'de> for StacksMicroblock
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for StacksMicroblock
impl PartialEq for StacksMicroblock
source§fn eq(&self, other: &StacksMicroblock) -> bool
fn eq(&self, other: &StacksMicroblock) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StacksMicroblock
impl Serialize for StacksMicroblock
impl StructuralPartialEq for StacksMicroblock
Auto Trait Implementations§
impl RefUnwindSafe for StacksMicroblock
impl Send for StacksMicroblock
impl Sync for StacksMicroblock
impl Unpin for StacksMicroblock
impl UnwindSafe for StacksMicroblock
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