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

pub struct U256(_);

Uint serialization.

Trait Implementations

impl Debug for U256
[src]

Formats the value using the given formatter.

impl Default for U256
[src]

Returns the "default value" for a type. Read more

impl Clone for U256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for U256
[src]

impl PartialEq for U256
[src]

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

This method tests for !=.

impl Hash for U256
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for U256
[src]

impl<T> From<T> for U256 where EthU256: From<T>
[src]

Performs the conversion.

impl FromStr for U256
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Into<EthU256> for U256
[src]

Performs the conversion.

impl Display for U256
[src]

Formats the value using the given formatter.

impl LowerHex for U256
[src]

Formats the value using the given formatter.

impl Serialize for U256
[src]

Serializes this value into this serializer.

impl Deserialize for U256
[src]

Deserialize this value given this Deserializer.