Expand description
Helper type to parse numeric strings, u64 and U256
Variants
String(String)
U256(U256)
Num(u64)
Trait Implementations
sourceimpl Clone for StringifiedNumeric
impl Clone for StringifiedNumeric
sourcefn clone(&self) -> StringifiedNumeric
fn clone(&self) -> StringifiedNumeric
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StringifiedNumeric
impl Debug for StringifiedNumeric
sourceimpl<'de> Deserialize<'de> for StringifiedNumeric
impl<'de> Deserialize<'de> for StringifiedNumeric
sourcefn 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
sourceimpl TryFrom<StringifiedNumeric> for U256
impl TryFrom<StringifiedNumeric> for U256
Auto Trait Implementations
impl RefUnwindSafe for StringifiedNumeric
impl Send for StringifiedNumeric
impl Sync for StringifiedNumeric
impl Unpin for StringifiedNumeric
impl UnwindSafe for StringifiedNumeric
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request