[−][src]Module bson::ordered
A BSON document represented as an associative HashMap with insertion ordering.
Structs
| Entry | |
| Keys | An iterator over an OrderedDocument's keys. |
| OrderedDocument | A BSON document represented as an associative HashMap with insertion ordering. |
| OrderedDocumentIntoIterator | An iterator over OrderedDocument entries. |
| OrderedDocumentIterator | An owning iterator over OrderedDocument entries. |
| OrderedDocumentVisitor | |
| Values | An iterator over an OrderedDocument's values. |
Enums
| ValueAccessError | Error to indicate that either a value was empty or it contained an unexpected type, for use with the direct getters. |
Type Definitions
| ValueAccessResult | Result of accessing Bson value |