Searched defs:AuthenticatedConnectionState (Results 1 – 4 of 4) sorted by relevance
54 pub struct AuthenticatedConnectionState { struct73 impl AuthenticatedConnectionState { impl
162 connection_state: AuthenticatedConnectionState, in store_authenticated_state()171 fn get_authenticated_state(&self) -> Result<Option<&AuthenticatedConnectionState>, Error> { in get_authenticated_state()180 ) -> Result<Option<&mut AuthenticatedConnectionState>, Error> { in get_mutable_authenticated_state()
86 connection_state: AuthenticatedConnectionState, in store_authenticated_state()92 fn get_authenticated_state(&self) -> Result<Option<&AuthenticatedConnectionState>, Error>; in get_authenticated_state()99 ) -> Result<Option<&mut AuthenticatedConnectionState>, Error>; in get_mutable_authenticated_state()
619 state: &AuthenticatedConnectionState, in update_global_list_of_authorized_clients()