Struct contract_metadata::SourceWasm [−][src]
Expand description
The bytes of the compiled Wasm smart contract.
Tuple Fields
0: Vec<u8>The raw bytes of the Wasm code.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
Auto Trait Implementations
impl RefUnwindSafe for SourceWasm
impl Send for SourceWasm
impl Sync for SourceWasm
impl Unpin for SourceWasm
impl UnwindSafe for SourceWasm
Blanket Implementations
Mutably borrows from an owned value. Read more