Searched defs:DebugStruct (Results 1 – 3 of 3) sorted by relevance
572 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
622 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
384 impl<'a, 'b> Visit for fmt::DebugStruct<'a, 'b> { implementation