Struct oxygengine_core::storage::engines::map::MapStorageEngine [−][src]
Fields
map: HashMap<String, Vec<u8>>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MapStorageEngine
impl Send for MapStorageEngine
impl Sync for MapStorageEngine
impl Unpin for MapStorageEngine
impl UnwindSafe for MapStorageEngine
Blanket Implementations
Mutably borrows from an owned value. Read more