Struct ethcore_light::request::Bodies [] [src]

pub struct Bodies {
    pub block_hashes: Vec<H256>,
}

A request for specific block bodies.

Fields

Hashes which bodies are being requested for.

Trait Implementations

impl Debug for Bodies
[src]

Formats the value using the given formatter.

impl Clone for Bodies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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