Borrows the object mutably or aborts if the object is borrowed.
impl<T> RefCell<T> { fn borrow_mut(&'a self) -> RefCellBorrowMut<'a, T> }