Crate typemap [−] [src]
A type-based key value store where one value type is allowed for each key.
Structs
| OccupiedEntry |
A view onto an occupied entry in a TypeMap. |
| TypeMap |
A map keyed by types. |
| VacantEntry |
A view onto an unoccupied entry in a TypeMap. |
Enums
| Entry |
A view onto an entry in a TypeMap. |
Traits
| CloneAny |
A marker trait meant for use as the |
| DebugAny |
A marker trait meant for use as the |
| Key |
This trait defines the relationship between keys and values in a TypeMap. |
Type Definitions
| CloneMap |
A version of |
| DebugMap |
A version of |
| SendMap |
A version of |
| ShareCloneMap |
A version of |
| ShareDebugMap |
A version of |
| ShareMap |
A version of |
| SyncMap |
A version of |