Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

Cratetypemap_ors

Source
Expand description

A type-based key value store where one value type is allowed for each key.

Structs§

OccupiedEntry
A view onto an occupied entry in aTypeMap.
TypeMap
A map keyed by types.
VacantEntry
A view onto an unoccupied entry in aTypeMap.

Enums§

Entry
A view onto an entry in aTypeMap.

Traits§

CloneAny
A marker trait meant for use as theA parameter inTypeMap.
DebugAny
A marker trait meant for use as theA parameter inTypeMap.
Key
This trait defines the relationship between keys and values in aTypeMap.

Type Aliases§

CloneMap
A version ofTypeMap containing onlyClone types.
DebugMap
A version ofTypeMap containing onlyDebug types.
SendMap
A version ofTypeMap containing onlySend types.
ShareCloneMap
A version ofTypeMap containing onlyClone + Send + Sync types.
ShareDebugMap
A version ofTypeMap containing onlyDebug + Send + Sync types.
ShareMap
A version ofTypeMap containing onlySend + Sync types.
SyncMap
A version ofTypeMap containing onlySync types.

[8]ページ先頭

©2009-2025 Movatter.jp