Module mongo_driver::write_concern [] [src]

Abstraction on top of the MongoDB connection write concern.

Structs

WriteConcern

This tells the driver what level of acknowledgment to await from the server. The default, Default, is right for the great majority of applications.

Enums

WriteConcernLevel

Possible write concern levels, only default is supported at the moment.