Searched refs:opt_params (Results 1 – 1 of 1) sorted by relevance
87 opt_params: Vec<&'a str>, field99 opt_params: Vec::new(), in default()138 self.opt_params.push(param); in opt_param()172 write!(&mut body, "{} {} ", self.opt_params.len(), self.opt_params.join(" "))?; in build()