Struct ethcore::engines::block_reward::block_reward_contract::BlockRewardFunctions [−]
pub struct BlockRewardFunctions {}Methods
impl BlockRewardFunctions
impl BlockRewardFunctionsTrait Implementations
impl Debug for BlockRewardFunctions
impl Debug for BlockRewardFunctionsimpl Default for BlockRewardFunctions
impl Default for BlockRewardFunctionsfn default() -> BlockRewardFunctions
fn default() -> BlockRewardFunctionsReturns the "default value" for a type. Read more
impl Clone for BlockRewardFunctions
impl Clone for BlockRewardFunctionsfn clone(&self) -> BlockRewardFunctions
fn clone(&self) -> BlockRewardFunctionsReturns 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 BlockRewardFunctions
impl Copy for BlockRewardFunctionsimpl PartialEq for BlockRewardFunctions
impl PartialEq for BlockRewardFunctionsfn eq(&self, other: &BlockRewardFunctions) -> bool
fn eq(&self, other: &BlockRewardFunctions) -> 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 BlockRewardFunctions
impl Eq for BlockRewardFunctionsAuto Trait Implementations
impl Send for BlockRewardFunctions
impl Send for BlockRewardFunctionsimpl Sync for BlockRewardFunctions
impl Sync for BlockRewardFunctions