Struct ethcore_rpc::v1::types::Index
[−]
[src]
pub struct Index(_);
Represents usize.
Methods
impl Index
[src]
Trait Implementations
impl PartialEq for Index
[src]
fn eq(&self, __arg_0: &Index) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Index) -> bool
This method tests for !=
.
impl Debug for Index
[src]
impl Deserialize for Index
[src]
fn deserialize<D>(deserializer: &mut D) -> Result<Index, D::Error> where D: Deserializer
Deserialize this value given this Deserializer
.