Module shine_store::hashstore[][src]

Structs

HashStore

Resource store.

Index

Reference counted indexing of the store items in O(1).

ReadGuard

Guarded read access to a store

UnsafeIndex

Unsafe indexing of the store items in O(1) without reference count maintenance.

WriteGuard

Guarded update access to a store

Traits

Data
Key

Trait for resource id