Method lrs::share::RefCell::status

Returns the borrow-status of the object.

Syntax

impl<T> RefCell<T> {
    fn status(&self) -> RefCellStatus
}

Remarks

Note that there are no race conditions between this function and the borrow functions since RefCell is not Sync.