Module refcell

Source
Expand description

§Basic implementation of a RefCell mutable memory location

With most essential info about it

Structs§

MyRefCell
Required to wrap value T in UnsafeCell
Ref
Ref type as output for borrow method
RefMut
Ref type as output for borrow_mut method

Enums§

RefState