pub struct CommandV1 {
pub name: String,
pub module: String,
pub main_args: Option<String>,
pub package: Option<String>,
}
Expand description
Describes a command for a wapm module
Fields§
§name: String
§module: String
§main_args: Option<String>
§package: Option<String>
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