[][src]Module mongodb::results

Contains the types of results returned by CRUD operations.

Structs

DeleteResult

The result of a Collection::delete_one or Collection::delete_many operation.

InsertManyResult

The result of a Collection::insert_many operation.

InsertOneResult

The result of a Collection::insert_one operation.

UpdateResult

The result of a Collection::update_one or Collection::update_many operation.