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]
impl Clone for CostTable
[src]
fn clone(&self) -> CostTable
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for CostTable
[src]
fn eq(&self, __arg_0: &CostTable) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CostTable) -> bool
This method tests for !=
.
impl Eq for CostTable
[src]
impl Default for CostTable
[src]
impl RlpEncodable for CostTable
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
impl RlpDecodable for CostTable
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes