Searched defs:ConnectionState (Results 1 – 4 of 4) sorted by relevance
8 pub enum ConnectionState { enum33 impl Default for ConnectionState { implementation39 impl fmt::Display for ConnectionState { implementation55 impl From<u8> for ConnectionState { implementation
124 pub(crate) fn to_ice(self) -> ConnectionState { in to_ice()
207 last_connection_state: &mut ConnectionState, in contact()303 pub(crate) async fn update_connection_state(&self, new_state: ConnectionState) { in update_connection_state()1054 mut chan_state_rx: mpsc::Receiver<ConnectionState>, in start_on_connection_state_change_routine()
733 expected_state: ConnectionState, in block_until_state_seen()734 state_queue: &mut mpsc::Receiver<ConnectionState>, in block_until_state_seen()