Searched refs:FormatWrapped (Results 1 – 3 of 3) sorted by relevance
1707 struct FormatWrapped<'a, D: 'a> { in serialize() struct1711 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation1717 serializer.collect_str(&FormatWrapped { inner: &self }) in serialize()
1811 struct FormatWrapped<'a, D: 'a> { in serialize() struct1815 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation1821 serializer.collect_str(&FormatWrapped { inner: &self }) in serialize()
2056 struct FormatWrapped<'a, D: 'a> { in serialize() struct2060 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation2067 serializer.collect_str(&FormatWrapped { inner: &self }) in serialize()