pub struct CompiledBytes(_);
Expand description
Bytes produced by compiling a Move source language script into Move bytecode
Implementations§
Trait Implementations§
source§impl Clone for CompiledBytes
impl Clone for CompiledBytes
source§fn clone(&self) -> CompiledBytes
fn clone(&self) -> CompiledBytes
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