Skip to main content

Module key_value_map

Module key_value_map 

Source

Structsยง

ElementAsKeyValueSerializer ๐Ÿ”’
KeyValueMap
Convert Vec elements into key-value map entries
KeyValueMapDeserialize ๐Ÿ”’
KeyValueMapSerializer ๐Ÿ”’
Serialize a map to a key and value pair of a map.
KeyValueSeqDeserialize ๐Ÿ”’
KeyValueSeqSerializer ๐Ÿ”’
Serialize a sequence to a key and value pair of a map.
KeyValueStructDeserialize ๐Ÿ”’
KeyValueStructSerializer ๐Ÿ”’
Serialize a struct to a key and value pair of a map.
KeyValueTupleDeserialize ๐Ÿ”’
KeyValueTupleSerializer ๐Ÿ”’
Serialize a tuple to a key and value pair of a map.
KeyValueTupleStructDeserialize ๐Ÿ”’
KeyValueTupleStructSerializer ๐Ÿ”’
Serialize a tuple struct to a key and value pair of a map.
MapAccessWrapper ๐Ÿ”’
MapKeyDeserializer ๐Ÿ”’
SeqAccessWrapper ๐Ÿ”’
SeqAsMapSerializer ๐Ÿ”’
Convert a sequence to a map during serialization.
SeqDeserializer ๐Ÿ”’
Deserialize the sequence of enum instances.
SerializeSeqElement ๐Ÿ”’
Serialize a single element but turn the sequence into a map logic.
VisitorWrapper ๐Ÿ”’

Staticsยง

MAP_KEY_IDENTIFIER ๐Ÿ”’