Expand description
A type-based key value store where one value type is allowed for each key.
Structs§
- A view onto an occupied entry in a TypeMap.
- A map keyed by types.
- A view onto an unoccupied entry in a TypeMap.
Enums§
- A view onto an entry in a TypeMap.
Traits§
- A marker trait meant for use as the
A
parameter inTypeMap
. - A marker trait meant for use as the
A
parameter inTypeMap
. - This trait defines the relationship between keys and values in a TypeMap.
Type Aliases§
- A version of
TypeMap
containing onlyClone
types. - A version of
TypeMap
containing onlyDebug
types. - A version of
TypeMap
containing onlySend
types. - A version of
TypeMap
containing onlyClone + Send + Sync
types. - A version of
TypeMap
containing onlyDebug + Send + Sync
types. - A version of
TypeMap
containing onlySend + Sync
types. - A version of
TypeMap
containing onlySync
types.