[][src]Module avocado::coll

A MongoDB collection of a single homogeneous type.

Structs

Collection

A statically-typed (homogeneous) MongoDB collection.

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.