Struct clarity_repl::codec::MinerRewardInfo
source · pub struct MinerRewardInfo {
pub from_block_consensus_hash: ConsensusHash,
pub from_stacks_block_hash: BlockHeaderHash,
pub from_parent_block_consensus_hash: ConsensusHash,
pub from_parent_stacks_block_hash: BlockHeaderHash,
}Fields§
§from_block_consensus_hash: ConsensusHash§from_stacks_block_hash: BlockHeaderHash§from_parent_block_consensus_hash: ConsensusHash§from_parent_stacks_block_hash: BlockHeaderHashTrait Implementations§
source§impl Clone for MinerRewardInfo
impl Clone for MinerRewardInfo
source§fn clone(&self) -> MinerRewardInfo
fn clone(&self) -> MinerRewardInfo
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 MinerRewardInfo
impl Debug for MinerRewardInfo
source§impl PartialEq for MinerRewardInfo
impl PartialEq for MinerRewardInfo
source§fn eq(&self, other: &MinerRewardInfo) -> bool
fn eq(&self, other: &MinerRewardInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MinerRewardInfo
Auto Trait Implementations§
impl RefUnwindSafe for MinerRewardInfo
impl Send for MinerRewardInfo
impl Sync for MinerRewardInfo
impl Unpin for MinerRewardInfo
impl UnwindSafe for MinerRewardInfo
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