Returns the borrow-status of the object.
impl<T> RefCell<T> { fn status(&self) -> RefCellStatus }
Note that there are no race conditions between this function and the borrow functions since RefCell is not Sync.
RefCell
Sync