Searched defs:insert (Results 1 – 5 of 5) sorted by relevance
19 pub(crate) fn insert(&self, id: String, stats: StatsReportType) { in insert() method
27 pub(crate) async fn insert(&self, conn: Arc<UdpConn>) -> Result<()> { in insert() method
50 pub(crate) fn insert(&mut self, addr: &SocketAddr, p: Arc<Permission>) { in insert() method
248 pub fn insert(&mut self, key: String, tr: Transaction) -> bool { in insert() method
249 fn insert(&mut self, ct: ClientTransaction) -> Result<()> { in insert() method