Struct multiversx_chain_vm::scenario::model::BytesValue
source · pub struct BytesValue {
pub value: Vec<u8>,
pub original: ValueSubTree,
}Fields§
§value: Vec<u8>§original: ValueSubTreeImplementations§
source§impl BytesValue
impl BytesValue
Trait Implementations§
source§impl Checkable<&TxFunctionName> for BytesValue
impl Checkable<&TxFunctionName> for BytesValue
fn check(&self, value: &TxFunctionName) -> bool
source§impl Clone for BytesValue
impl Clone for BytesValue
source§fn clone(&self) -> BytesValue
fn clone(&self) -> BytesValue
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