Module mongo_driver::flags [] [src]

Flags to configure various MongoDB operations.

Structs

Flags

Structure to hold flags for various flag types

Enums

InsertFlag

Flags for insert operations See: http://mongoc.org/libmongoc/current/mongoc_insert_flags_t.html

QueryFlag

Flags for query operations See: http://mongoc.org/libmongoc/current/mongoc_query_flags_t.html

RemoveFlag

Flags for deletion operations See: http://mongoc.org/libmongoc/current/mongoc_remove_flags_t.html

UpdateFlag

Flags for update operations See: http://mongoc.org/libmongoc/current/mongoc_update_flags_t.html

Traits

FlagsValue

To provide the combined value of all flags.