Struct ethcore::client::UncleId
[−]
[src]
pub struct UncleId { pub block: BlockId, pub position: usize, }
Uniquely identifies Uncle.
Fields
block: BlockId
Block id.
position: usize
Position in block.
Trait Implementations
impl Debug for UncleId
[src]
impl PartialEq for UncleId
[src]
fn eq(&self, __arg_0: &UncleId) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UncleId) -> bool
This method tests for !=
.
impl Eq for UncleId
[src]
impl Copy for UncleId
[src]
impl Clone for UncleId
[src]
fn clone(&self) -> UncleId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more