Enum mongo_driver::write_concern::WriteConcernLevel [] [src]

pub enum WriteConcernLevel {
    Default,
}

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

Variants

By default, writes block awaiting acknowledgment from MongoDB. Acknowledged write concern allows clients to catch network, duplicate key, and other errors.

Trait Implementations

Auto Trait Implementations