Enum ethcore::machine::AuxiliaryRequest[][src]

pub enum AuxiliaryRequest {
    Body,
    Receipts,
    Both,
}

Request for auxiliary data of a block.

Variants

Needs the body.

Needs the receipts.

Needs both body and receipts.

Trait Implementations

impl Debug for AuxiliaryRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AuxiliaryRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AuxiliaryRequest
[src]

impl PartialEq for AuxiliaryRequest
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for AuxiliaryRequest

impl Sync for AuxiliaryRequest