Struct core::cell::RefMut
[−]
[src]
pub struct RefMut<'b, T: ?Sized + 'b> { // some fields omitted }
A wrapper type for a mutably borrowed value from a RefCell<T>
`RefCell
See the module-level documentation for more.