pub enum WriteStorage {
Public(WriteMtime, SystemTime),
Current(WriteMtime),
Meta,
}
Variants§
Public(WriteMtime, SystemTime)
The copy of data which is maintained to be equal to the others’ public storages.
See WriteFn
and Options::write
for more details on the data.
Current(WriteMtime)
The copy of data the user writes to.
The WriteMtime
signals if we should update the mtime.
Meta
Storage of metadata objects.