Searched defs:Config (Results 1 – 7 of 7) sorted by relevance
48 pub struct Config { struct65 impl Config { argument85 impl ToString for Config { implementation91 impl FromStr for Config { implementation
44 config: &Config, in pack_report()
97 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot()
29 pub struct Config<'a> { struct37 /// Based on android_logger::Config argument38 impl<'a> Config<'a> { impl
50 struct Config { in TEST_F() struct51 bool enable; in TEST_F()52 uint16_t endpointId; in TEST_F()
30 public class Config { class42 private Config() { in Config() method in Config
137 pub enum Config<'a> { enum144 impl Config<'_> { implementation182 config: Config, in new()