Crate mungos[][src]

Modules

Macros

Construct a bson::Document value.

Structs

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

Specifies the options to a Collection::find operation.

A wrapper around raw 12-byte ObjectId representations.

Enums

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

Functions

Encode a T Serializable into a BSON Value.

Type Definitions

The result type for all methods that can return an error in the mongodb crate.

Derive Macros