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