Struct clarity_repl::codec::StacksHeaderInfo
source · pub struct StacksHeaderInfo {
pub anchored_header: StacksBlockHeader,
pub microblock_tail: Option<StacksMicroblockHeader>,
pub stacks_block_height: u64,
pub index_root: TrieHash,
pub consensus_hash: ConsensusHash,
pub burn_header_hash: BurnchainHeaderHash,
pub burn_header_height: u32,
pub burn_header_timestamp: u64,
pub anchored_block_size: u64,
}Fields§
§anchored_header: StacksBlockHeader§microblock_tail: Option<StacksMicroblockHeader>§stacks_block_height: u64§index_root: TrieHash§consensus_hash: ConsensusHash§burn_header_hash: BurnchainHeaderHash§burn_header_height: u32§burn_header_timestamp: u64§anchored_block_size: u64Trait Implementations§
source§impl Clone for StacksHeaderInfo
impl Clone for StacksHeaderInfo
source§fn clone(&self) -> StacksHeaderInfo
fn clone(&self) -> StacksHeaderInfo
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 StacksHeaderInfo
impl Debug for StacksHeaderInfo
source§impl PartialEq for StacksHeaderInfo
impl PartialEq for StacksHeaderInfo
source§fn eq(&self, other: &StacksHeaderInfo) -> bool
fn eq(&self, other: &StacksHeaderInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StacksHeaderInfo
Auto Trait Implementations§
impl RefUnwindSafe for StacksHeaderInfo
impl Send for StacksHeaderInfo
impl Sync for StacksHeaderInfo
impl Unpin for StacksHeaderInfo
impl UnwindSafe for StacksHeaderInfo
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