Struct ethcore_light::net::buffer_flow::Cost
[−]
[src]
pub struct Cost(pub U256, pub U256);
A request cost specification.
Trait Implementations
impl Debug for Cost
[src]
impl Clone for Cost
[src]
fn clone(&self) -> Cost
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 Cost
[src]
fn eq(&self, __arg_0: &Cost) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Cost) -> bool
This method tests for !=
.