Searched defs:LocalTime (Results 1 – 1 of 1) sorted by relevance
244 struct LocalTime { struct245 sec: i32,246 min: i32,247 hour: i32,248 mday: i32,249 mon: i32,250 year: i32,251 nsec: i64,254 impl LocalTime { implementation292 impl std::fmt::Display for LocalTime { implementation