Searched defs:TransactionId (Results 1 – 4 of 4) sorted by relevance
84 pub struct TransactionId(pub [u8; TRANSACTION_ID_SIZE]); struct86 impl TransactionId { impl96 impl Setter for TransactionId { implementation127 pub fn stop_with_error(&mut self, id: TransactionId, error: Error) -> Result<()> { in stop_with_error()193 pub fn start(&mut self, id: TransactionId, deadline: Instant) -> Result<()> { in start()
283 mut t: HashMap<TransactionId, ClientTransaction>, in start()
859 transaction_id: TransactionId, in build_msg()
807 id: TransactionId, in handle_inbound_binding_success()