Struct ethcore_light::net::buffer_flow::CostTable [] [src]

pub struct CostTable { /* fields omitted */ }

A cost table, mapping requests to base and per-request costs.

Trait Implementations

impl Debug for CostTable
[src]

Formats the value using the given formatter.

impl Clone for CostTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Default for CostTable
[src]

Returns the "default value" for a type. Read more

impl RlpEncodable for CostTable
[src]

Append a value to the stream

impl RlpDecodable for CostTable
[src]

Decode a value from RLP bytes