Searched defs:FormatWrapped (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/chrono/src/naive/ |
D | datetime.rs | 1707 struct FormatWrapped<'a, D: 'a> { in serialize() struct 1708 inner: &'a D, in serialize() 1711 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation
|
D | date.rs | 1811 struct FormatWrapped<'a, D: 'a> { in serialize() struct 1812 inner: &'a D, in serialize() 1815 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation
|
/external/rust/crates/chrono/src/ |
D | datetime.rs | 2056 struct FormatWrapped<'a, D: 'a> { in serialize() struct 2057 inner: &'a D, in serialize() 2060 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation
|