Searched refs:clone_next (Results 1 – 2 of 2) sorted by relevance
223 pub(crate) fn clone_next(&self) -> Option<DArc<Self>> { in clone_next() method
362 self.current_transaction = old.clone_next(); in pop_transaction_replied()1341 inner.current_transaction = transaction.clone_next(); in transaction_inner()