The smart pointers Rc and Arc provide reference counting. What is the API for incrementing a reference count?
.incr()
.add()
.increment()
.clone()