Struct ethcore_light::on_demand::request::HeaderByHash [] [src]

pub struct HeaderByHash(pub H256);

Request for a header by hash.

Methods

impl HeaderByHash
[src]

Check a response for the header.

Trait Implementations

impl Debug for HeaderByHash
[src]

Formats the value using the given formatter.

impl Clone for HeaderByHash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HeaderByHash
[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 HeaderByHash
[src]