Module corundum::cell[][src]

Persistent shareable mutable containers

Structs

LazyCell

A memory cell which is initialized on the first access

PCell

A persistent mutable memory location with recoverability

PRefCell

A persistent memory location with safe interior mutability and dynamic borrow checking

Ref
RefMut
RootCell

Root object container

TCell

A persistent memory location containing a volatile data valid during a single transaction

VCell

A persistent memory location containing a volatile data

Traits

RootObj

Creates a default value of the type