[][src]Crate dashmap

Please see the struct level documentation.

Structs

Chunk

A read only iterator interface to a chunk.

ChunkMut

A read-write iterator interface to a chunk.

DashMap

DashMap is a threadsafe, versatile and concurrent hashmap with good performance and is balanced for both reads and writes.

DashMapIterRef

A shared reference into a DashMap created from an iterator.

DashMapIterRefMut

A shared reference into a DashMap created from an iterator.

DashMapRef

A shared reference into a DashMap.

DashMapRefMut

A unique reference into a DashMap.

Iter

An immutable iterator over a DashMap.

IterMut

An mutable iterator over a DashMap.

Enums

DashMapRefAny

A unique reference into a DashMap.

TryGetError

A error possibly returned by the try_get family of methods for DashMap.

Type Definitions

TryGetResult

Alias for a Result with TryGetError as it's error type.