Module actix_tools::sentry::sentry_client::protocol::map [−]
The internally use arbitrary data map type (linked_hash_map::LinkedHashMap)
It is currently backed by the linked-hash-map crate's hash map so that
insertion order is preserved.
Structs
| Entries |
An insertion-order iterator over a |
| IntoIter |
A consuming insertion-order iterator over a |
| Iter |
An insertion-order iterator over a |
| IterMut |
An insertion-order iterator over a |
| Keys |
An insertion-order iterator over a |
| LinkedHashMap |
A linked hash map. |
| OccupiedEntry |
A view into a single occupied location in a |
| VacantEntry |
A view into a single empty location in a |
| Values |
An insertion-order iterator over a |
Enums
| Entry |
A view into a single location in a map, which may be vacant or occupied. |