Struct ethcore::engines::block_reward::block_reward_contract::BlockReward [−]
pub struct BlockReward {}Contract
Methods
impl BlockReward
impl BlockRewardpub fn functions(&self) -> BlockRewardFunctions
pub fn functions(&self) -> BlockRewardFunctionsTrait Implementations
impl Debug for BlockReward
impl Debug for BlockRewardimpl Default for BlockReward
impl Default for BlockRewardfn default() -> BlockReward
fn default() -> BlockRewardReturns the "default value" for a type. Read more
impl Clone for BlockReward
impl Clone for BlockRewardfn clone(&self) -> BlockReward
fn clone(&self) -> BlockRewardReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for BlockReward
impl Copy for BlockRewardimpl PartialEq for BlockReward
impl PartialEq for BlockRewardfn eq(&self, other: &BlockReward) -> bool
fn eq(&self, other: &BlockReward) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for BlockReward
impl Eq for BlockRewardAuto Trait Implementations
impl Send for BlockReward
impl Send for BlockRewardimpl Sync for BlockReward
impl Sync for BlockReward