Lines Matching refs:built
149 built: bool,
162 built: false,
174 assert!(!self.built, "attempt to re-use consumed builder");
176 let built = mem::replace(
179 built: true,
184 if let Some(fmt) = built.custom_format {
189 timestamp: built.format_timestamp,
190 module_path: built.format_module_path,
191 target: built.format_target,
192 level: built.format_level,
194 indent: built.format_indent,
195 suffix: built.format_suffix,