Enum ethcore_light::request::Kind [] [src]

pub enum Kind {
    Headers,
    Bodies,
    Receipts,
    StateProofs,
    Codes,
    HeaderProofs,
}

Kinds of requests.

Variants

Requesting headers.

Requesting block bodies.

Requesting transaction receipts.

Requesting proofs of state trie nodes.

Requesting contract code by hash.

Requesting header proofs (from the CHT).

Trait Implementations

impl Debug for Kind
[src]

Formats the value using the given formatter.

impl Clone for Kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Kind
[src]

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