Expand description
A BSON document represented as an associative HashMap with insertion ordering.
Structs§
- Document
- A BSON document represented as an associative HashMap with insertion ordering.
- Into
Iter - An iterator over Document entries.
- Iter
- An owning iterator over Document entries.
- IterMut
- An iterator over a
Document
’s keys and mutable values. - Keys
- An iterator over an Document’s keys.
- Occupied
Entry - A view into an occupied entry in a Document. It is part of the Entry enum.
- Vacant
Entry - A view into a vacant entry in a Document. It is part of the Entry enum.
- Values
- An iterator over an Document’s values.
Enums§
- Entry
- A view into a single entry in a document, which may either be vacant or occupied.