Expand description
Contains the types of results returned by CRUD operations.
Structs§
- Information about a collection as reported by
Database::list_collections
. - Info about the collection that is contained in the
CollectionSpecification::info
field of a specification returned fromDatabase::list_collections
. - Information about the index created as a result of a
Collection::create_index
. - Information about the indexes created as a result of a
Collection::create_indexes
. - A struct modeling the information about an individual database returned from
Client::list_databases
. - The result of a
Collection::delete_one
orCollection::delete_many
operation. - The result of a
Collection::insert_many
operation. - The result of a
Collection::insert_one
operation. - The result of a
Collection::update_one
orCollection::update_many
operation.
Enums§
- Describes the type of data store returned when executing
Database::list_collections
.