Searched defs:MonotonicRawTime (Results 1 – 2 of 2) sorted by relevance
106 pub fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body()110 pub fn set_last_off_body(&self, last_off_body: MonotonicRawTime) { in set_last_off_body()
775 pub struct MonotonicRawTime(i64); struct777 impl MonotonicRawTime { implementation799 impl ToSql for MonotonicRawTime { implementation805 impl FromSql for MonotonicRawTime { implementation844 pub fn time_received(&self) -> MonotonicRawTime { in time_received()3224 pub fn insert_last_off_body(&self, last_off_body: MonotonicRawTime) { in insert_last_off_body()3229 pub fn update_last_off_body(&self, last_off_body: MonotonicRawTime) { in update_last_off_body()3234 fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body()