Searched refs:AttemptId (Results 1 – 1 of 1) sorted by relevance
23 id: AttemptId,35 pub struct AttemptId(u64); struct39 attempt_id: AttemptId,45 pub id: AttemptId,64 Self { attempt_id: AttemptId(0), attempts: HashMap::new() } in new()67 fn new_attempt_id(&mut self) -> AttemptId { in new_attempt_id() argument68 let AttemptId(id) = self.attempt_id; in new_attempt_id() localVariable69 self.attempt_id = AttemptId(id.wrapping_add(1)); in new_attempt_id()70 AttemptId(id) in new_attempt_id()117 ) -> Result<AttemptId, CreateConnectionFailure> { in register_background_connection() argument[all …]