Enum ethers_rs::StringifiedNumeric
source · Expand description
Helper type to parse numeric strings, u64
and U256
Variants§
Trait Implementations§
source§impl Clone for StringifiedNumeric
impl Clone for StringifiedNumeric
source§fn clone(&self) -> StringifiedNumeric
fn clone(&self) -> StringifiedNumeric
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StringifiedNumeric
impl Debug for StringifiedNumeric
source§impl<'de> Deserialize<'de> for StringifiedNumeric
impl<'de> Deserialize<'de> for StringifiedNumeric
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StringifiedNumeric, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<StringifiedNumeric, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more