pub struct Szabo(pub U256);
Tuple Fields§
§0: U256
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Szabo
impl<'de> Deserialize<'de> for Szabo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EthereumUnit for Szabo
impl EthereumUnit for Szabo
Auto Trait Implementations§
impl Freeze for Szabo
impl RefUnwindSafe for Szabo
impl Send for Szabo
impl Sync for Szabo
impl Unpin for Szabo
impl UnwindSafe for Szabo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more