Struct wasmer_toml::CommandV1
source · pub struct CommandV1 {
pub name: String,
pub module: ModuleReference,
pub main_args: Option<String>,
pub package: Option<String>,
}
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
Expand description
Fields§
§name: String
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§module: ModuleReference
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§main_args: Option<String>
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§package: Option<String>
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
Trait Implementations§
source§impl<'de> Deserialize<'de> for CommandV1
impl<'de> Deserialize<'de> for CommandV1
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