Home
last modified time | relevance | path

Searched defs:DebugStruct (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs572 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
Dfallback.rs622 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
/third_party/rust/crates/tracing/tracing-core/src/
Dfield.rs384 impl<'a, 'b> Visit for fmt::DebugStruct<'a, 'b> { implementation