Searched defs:DebugTuple (Results 1 – 5 of 5) sorted by relevance
268 pub struct DebugTuple<'a, 'b: 'a> { struct278 ) -> DebugTuple<'a, 'b> { in debug_tuple_new() argument283 impl<'a, 'b: 'a> DebugTuple<'a, 'b> { implementation
73 pub struct DebugTuple(()); struct
69 pub struct DebugTuple(()); struct
835 pub struct DebugTuple; struct838 pub fn debug_tuple(&mut self, name: &str) -> DebugTuple { in debug_tuple()847 impl DebugTuple { impl
228 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugTuple<'a, 'b> { implementation