Fortunately, you can use interior mutability here: use Rc<Cell<T>> or Rc<RefCell<T>> . That way you can clone the reference-counted wrapper as ...
確定! 回上一頁