Expand description
Defines a Send
and Sync
version of core::cell::RefCell
, which aborts the program
if an attempted borrow fails.
Structs§
- Const
- Marks an immutable type.
- Mut
- Marks a mutable type.
- RwCell
- A lightweight reference-counted cell. Aborts the program when borrows conflict.
- RwCell
Guard - A resource guard that dynamically controls the lifetime of a mutable read-write cell borrow.
Traits§
- Mutability
- Marks whether a type is mutable or immutable.