Structsยง
- CmCell ๐
- A wrapper around a
Cell
that only allows mutation based on a condition in the resolver. - CmRef
Cell ๐ - A wrapper around a
RefCell
that only allows mutable borrows based on a condition in the resolver. - RefOr
Mut ๐ - A wrapper around a mutable reference that conditionally allows mutable access.