pub struct SmartModuleInitInput {
pub params: SmartModuleExtraParams,
}Expand description
Input to SmartModule Init
Fields§
§params: SmartModuleExtraParamsTrait Implementations§
source§impl Clone for SmartModuleInitInput
impl Clone for SmartModuleInitInput
source§fn clone(&self) -> SmartModuleInitInput
fn clone(&self) -> SmartModuleInitInput
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 SmartModuleInitInput
impl Debug for SmartModuleInitInput
source§impl Decoder for SmartModuleInitInput
impl Decoder for SmartModuleInitInput
source§impl Default for SmartModuleInitInput
impl Default for SmartModuleInitInput
source§fn default() -> SmartModuleInitInput
fn default() -> SmartModuleInitInput
Returns the “default value” for a type. Read more