agde_io

Enum Storage

source
pub enum Storage {
    Public,
    Current,
    Meta,
}

Variants§

§

Public

The copy of data which is maintained to be equal to the others’ public storages.

§

Current

The copy of data the user writes to.

§

Meta

Storage of metadata objects.

Implementations§

source§

impl Storage

source

pub async fn delete_update_metadata( self, metadata: &Mutex<Metadata>, offline_metadata: &Mutex<Metadata>, resource: &str, )

Trait Implementations§