Skip to main content

Module ref_mut

Module ref_mut 

Source

Modulesยง

speculative ๐Ÿ”’

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 writes (mutable borrows) based on a condition in the resolver.

Enumsยง

CmRef ๐Ÿ”’
RefOrMut ๐Ÿ”’
A reference type that conditionally allows mutable access.