Struct ethcore_light::request::StateProofs
[−]
[src]
pub struct StateProofs { pub requests: Vec<StateProof>, }
A request for state proofs.
Fields
requests: Vec<StateProof>
All the proof requests.
Trait Implementations
impl Debug for StateProofs
[src]
impl Clone for StateProofs
[src]
fn clone(&self) -> StateProofs
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 StateProofs
[src]
fn eq(&self, __arg_0: &StateProofs) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StateProofs) -> bool
This method tests for !=
.