Enum wasmer_toml::Command 
source · pub enum Command {
    V1(CommandV1),
    V2(CommandV2),
}Variants§
Implementations§
source§impl Command
 
impl Command
sourcepub fn get_module(&self) -> &ModuleReference
 
pub fn get_module(&self) -> &ModuleReference
Get the module this Command refers to.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Command
 
impl<'de> Deserialize<'de> for Command
source§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