[][src]Module avocado::coll

A MongoDB collection of a single homogeneous type.

Structs

Collection

A statically-typed (homogeneous) MongoDB collection.

InsertManyErrorContext

This additional context info may be associated with an error when Collection::insert_many() fails to insert some of the documents or some of the inserted IDs fail to deserialize. It is not, however, returned when the insertion isn't even attempted due to another error, e.g. when the documents to be inserted fail to serialize as BSON upfront.

UpdateManyResult

The outcome of a successful update_many() or upsert_many() operation.

UpdateOneResult

The outcome of a successful update_one() operation.

UpsertOneResult

The outcome of a successful upsert_one() operation.

Type Definitions

UpsertManyResult

An alias for a nicer-looking API.