Struct multiversx_chain_vm::scenario::model::BigUintValue
source · pub struct BigUintValue {
pub value: BigUint,
pub original: ValueSubTree,
}Fields§
§value: BigUint§original: ValueSubTreeImplementations§
source§impl BigUintValue
impl BigUintValue
pub fn into_raw_opt(self) -> Option<ValueSubTree>
Trait Implementations§
source§impl Clone for BigUintValue
impl Clone for BigUintValue
source§fn clone(&self) -> BigUintValue
fn clone(&self) -> BigUintValue
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 more