Skip to main content
Module ref_mut
rustc_
resolve
1.99.0-nightly
(4461b085f 2026-08-21) (Ferrocene nightly by Ferrous Systems)
Module ref_mut
Module Items
Structs
Enums
In crate rustc_
resolve
rustc_resolve
Module
ref_mut
Copy item path
Source
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 writes (mutable borrows) based on a condition in the resolver.
Enums
ยง
CmRef
๐
RefOr
Mut
๐
A reference type that conditionally allows mutable access.