Searched refs:struct_formatter (Results 1 – 1 of 1) sorted by relevance
278 let mut struct_formatter = f.debug_struct("xucred"); localVariable279 struct_formatter.field("cr_version", &self.cr_version);280 struct_formatter.field("cr_uid", &self.cr_uid);281 struct_formatter.field("cr_ngroups", &self.cr_ngroups);282 struct_formatter.field("cr_groups", &self.cr_groups);284 struct_formatter.field(288 struct_formatter.finish()