pub enum Storage { Public, Current, Meta, }
The copy of data which is maintained to be equal to the others’ public storages.
The copy of data the user writes to.
Storage of metadata objects.