Struct mongo_driver::write_concern::WriteConcern [] [src]

pub struct WriteConcern { /* fields omitted */ }

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

Methods

impl WriteConcern
[src]

[src]

Get the default write concern

[src]

Create a new write concern

Trait Implementations

impl Drop for WriteConcern
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for WriteConcern

impl !Sync for WriteConcern