Struct ethcore_rpc::v1::types::U128
[−]
[src]
pub struct U128(_);
Uint serialization.
Trait Implementations
impl Debug for U128
[src]
impl Default for U128
[src]
impl Clone for U128
[src]
fn clone(&self) -> U128
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 U128
[src]
impl PartialEq for U128
[src]
fn eq(&self, __arg_0: &U128) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &U128) -> bool
This method tests for !=
.
impl Hash for U128
[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 U128
[src]
impl<T> From<T> for U128 where EthU128: From<T>
[src]
fn from(o: T) -> Self
Performs the conversion.
impl FromStr for U128
[src]
type Err = EthU128::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<EthU128> for U128
[src]
fn into(self) -> EthU128
Performs the conversion.
impl Display for U128
[src]
impl LowerHex for U128
[src]
impl Serialize for U128
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.
impl Deserialize for U128
[src]
fn deserialize<D>(deserializer: &mut D) -> Result<U128, D::Error> where D: Deserializer
Deserialize this value given this Deserializer
.