[][src]Module bson::document

A BSON document represented as an associative HashMap with insertion ordering.

Structs

Document

A BSON document represented as an associative HashMap with insertion ordering.

DocumentIntoIterator

An iterator over Document entries.

DocumentIterator

An owning iterator over Document entries.

DocumentVisitor
Entry
Keys

An iterator over an Document's keys.

Values

An iterator over an Document'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