Struct common_types::ids::UncleId[][src]

pub struct UncleId {
    pub block: BlockId,
    pub position: usize,
}

Uniquely identifies Uncle.

Fields

Block id.

Position in block.

Trait Implementations

impl Debug for UncleId
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UncleId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for UncleId
[src]

impl Copy for UncleId
[src]

impl Clone for UncleId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UncleId

impl Sync for UncleId