Searched defs:Instant (Results 1 – 6 of 6) sorted by relevance
12 pub fn serialize<S>(instant: &Instant, serializer: S) -> Result<S::Ok, S::Error> in serialize()
43 pub(crate) fn set_refreshed_at(&mut self, at: Instant) { in set_refreshed_at()47 pub(crate) fn refreshed_at(&self) -> Instant { in refreshed_at()
18 start_time: tokio::time::Instant, in new()
146 nonces: Arc<Mutex<HashMap<String, Instant>>>, in read_loop() argument
208 checking_duration: &mut Instant, in contact()777 pub(crate) async fn invalidate_pending_binding_requests(&self, filter_time: Instant) { in invalidate_pending_binding_requests()
102 pub(crate) fn next_timeout(&self, now: Instant) -> Instant { in next_timeout()