Structs§
- Ref
- Ref is a custom wrapper that provides the correct
Dropimpl for T, as opposed to simply returning&Tor&mut T - RefCell
- RefCell is a non thread-safe container for T
- RefMut
- A
MutableReference toT
Enums§
- RefState
- References can exist in one of three states: