We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84203d7 commit a491642Copy full SHA for a491642
src/action/bulk_write.rs
@@ -101,13 +101,9 @@ impl<'a> BulkWrite<'a> {
101
impl<'a> BulkWrite<'a> {
102
option_setters!(options: BulkWriteOptions;
103
ordered: bool,
104
-
105
bypass_document_validation: bool,
106
107
comment: Bson,
108
109
let_vars: Document,
110
111
verbose_results: bool,
112
);
113
src/options.rs
@@ -16,6 +16,7 @@
16
//! ```
17
18
pub use crate::{
19
+ action::bulk_write::BulkWriteOptions,
20
change_stream::options::*,
21
client::{auth::*, options::*},
22
coll::options::*,
0 commit comments