Structsยง
- Deserializer ๐
- Deserializer for deserializing a hash key into datums.
- Hash
KeyImpl - The implementation of the hash key.
- Heap
Storage - Key storage that uses a in-heap buffer and key, backed by a boxed slice.
- Serializer ๐
- Serializer for building a hash key from datums on the specified storage.
- Stack
Buffer - The buffer for building a hash key on a fixed-size byte array on the stack.
- Stack
Storage - Key storage that uses a on-stack buffer and key, backed by a byte array with length
N
.
Traitsยง
- Buffer
- Associated type for
KeyStorage
used to build the hash key. - HashKey
- Trait for different kinds of hash keys.
- KeyStorage
- The storage where the hash key resides in memory.
- __
ExtTrait9496273680842896069 ๐