Searched defs:Command (Results 1 – 1 of 1) sorted by relevance
37 pub struct Command { struct40 cmd_type: CommandType, argument44 impl Command { argument50 ) -> Command { in new()371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new()