Type Definition building_blocks_storage::SmallKeyHashMap[][src]

type SmallKeyHashMap<K, V> = AHashMap<K, V>;

Trait Implementations

Borrow the chunk at key.

Mutably borrow the chunk at key.

Mutably borrow the chunk at key. If it doesn’t exist, insert the return value of create_chunk.

Replace the chunk at key with chunk, returning the old value.

Overwrite the chunk at key with chunk. Drops the previous value.

Removes and drops the chunk at key.

Removes and returns the chunk at key.