Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/fmt/
Dbuilders.rs79 pub struct DebugStruct<'a, 'b: 'a> { struct
88 ) -> DebugStruct<'a, 'b> { in debug_struct_new() argument
93 impl<'a, 'b: 'a> DebugStruct<'a, 'b> { implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dminicore.rs836 pub struct DebugStruct; struct
842 pub fn debug_struct(&mut self, name: &str) -> DebugStruct { in debug_struct()
857 impl DebugStruct { implementation
/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs567 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()
Dfallback.rs692 pub(crate) fn debug_span_field_if_nontrivial(debug: &mut fmt::DebugStruct, span: Span) { in debug_span_field_if_nontrivial()