pub struct RefCell<T>where T: ?Sized,{ /* private fields */ }
A mutable memory location with dynamically checked borrow rules
See the module-level documentation for more.