Struct ethcore_rpc::v1::types::U256
[−]
[src]
pub struct U256(_);
Uint serialization.
Trait Implementations
impl Debug for U256
[src]
impl Default for U256
[src]
impl Clone for U256
[src]
fn clone(&self) -> U256
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 Copy for U256
[src]
impl PartialEq for U256
[src]
fn eq(&self, __arg_0: &U256) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &U256) -> bool
This method tests for !=
.
impl Hash for U256
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
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]
fn from(o: T) -> Self
Performs the conversion.
impl FromStr for U256
[src]
type Err = EthU256::Err
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s
to return a value of this type. Read more
impl Into<EthU256> for U256
[src]
fn into(self) -> EthU256
Performs the conversion.
impl Display for U256
[src]
impl LowerHex for U256
[src]
impl Serialize for U256
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.
impl Deserialize for U256
[src]
fn deserialize<D>(deserializer: &mut D) -> Result<U256, D::Error> where D: Deserializer
Deserialize this value given this Deserializer
.