Struct dharitri_chain_vm::world_mock::AccountData
source · pub struct AccountData {
pub address: VMAddress,
pub nonce: u64,
pub moax_balance: BigUint,
pub dct: AccountDct,
pub storage: AccountStorage,
pub username: Vec<u8>,
pub contract_path: Option<Vec<u8>>,
pub contract_owner: Option<VMAddress>,
pub developer_rewards: BigUint,
}Fields§
§address: VMAddress§nonce: u64§moax_balance: BigUint§dct: AccountDct§storage: AccountStorage§username: Vec<u8>§contract_path: Option<Vec<u8>>§contract_owner: Option<VMAddress>§developer_rewards: BigUintImplementations§
Trait Implementations§
source§impl Clone for AccountData
impl Clone for AccountData
source§fn clone(&self) -> AccountData
fn clone(&self) -> AccountData
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 AccountData
impl Debug for AccountData
Auto Trait Implementations§
impl RefUnwindSafe for AccountData
impl Send for AccountData
impl Sync for AccountData
impl Unpin for AccountData
impl UnwindSafe for AccountData
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