Module ref_mut

Module ref_mut 

Source

Structsยง

CmCell ๐Ÿ”’
A wrapper around a Cell that only allows mutation based on a condition in the resolver.
CmRefCell ๐Ÿ”’
A wrapper around a RefCell that only allows mutable borrows based on a condition in the resolver.
RefOrMut ๐Ÿ”’
A wrapper around a mutable reference that conditionally allows mutable access.