Searched defs:TimestampValue (Results 1 – 1 of 1) sorted by relevance
93 struct TimestampValue<'a>(&'a Timestamp); in fmt() struct95 impl<'a> fmt::Debug for TimestampValue<'a> { in fmt() implementation