A mutable RefCell borrow.
struct RefCellBorrowMut<'a, T>
where T: 'a,
{
/* private fields */
}| Name | Description |
|---|---|
| Deref | Objects that implement the immutable dereference operator. |
| DerefMut | Objects that implement the mutable dereference operator. |
| Drop | Objects with a destructor. |
| Sync | Objects that allow immutable access from threads other than their owning thread. |