pub struct CommandV2 {
pub name: String,
pub module: String,
pub runner: String,
pub annotations: Option<CommandAnnotations>,
}Fields§
§name: String§module: String§runner: String§annotations: Option<CommandAnnotations>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CommandV2
impl<'de> Deserialize<'de> for CommandV2
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