Searched defs:DebugStruct (Results 1 – 4 of 4) sorted by relevance
79 pub struct DebugStruct<'a, 'b: 'a> { struct88 ) -> DebugStruct<'a, 'b> { in debug_struct_new() argument93 impl<'a, 'b: 'a> DebugStruct<'a, 'b> { implementation
836 pub struct DebugStruct; struct842 pub fn debug_struct(&mut self, name: &str) -> DebugStruct { in debug_struct()857 impl DebugStruct { implementation
567 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
692 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()