Struct primitives::account::EthereumAccount
source · pub struct EthereumAccount {
pub balance: U256,
pub nonce: U256,
pub code_hash: H256,
}
Fields§
§balance: U256
§nonce: U256
§code_hash: H256
Trait Implementations§
source§impl Decodable for EthereumAccount
impl Decodable for EthereumAccount
Auto Trait Implementations§
impl RefUnwindSafe for EthereumAccount
impl Send for EthereumAccount
impl Sync for EthereumAccount
impl Unpin for EthereumAccount
impl UnwindSafe for EthereumAccount
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