Crate mongoose

Source

Modules§

TimestampSerializer
Contains functions to serialize a chrono::DateTime as a crate::DateTime and deserialize a chrono::DateTime from a crate::DateTime.
connection
types

Macros§

doc
Construct a bson::Document value.

Structs§

AggregateOptions
Specifies the options to a Collection::aggregate operation.
DateTime
Struct representing a BSON datetime. Note: BSON datetimes have millisecond precision.
IndexModel
Specifies the fields and options for an index. For more information, see the documentation.
IndexOptions
These are the valid options for specifying an IndexModel. For more information on these properties, see the documentation.
Regex
Represents a BSON regular expression value.

Traits§

Model