Struct ethcore_rpc::v1::types::Index [] [src]

pub struct Index(_);

Represents usize.

Methods

impl Index
[src]

Convert to usize

Trait Implementations

impl PartialEq for Index
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Index
[src]

Formats the value using the given formatter.

impl Deserialize for Index
[src]

Deserialize this value given this Deserializer.