We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd0786 commit 41d9cb2Copy full SHA for 41d9cb2
src/coll/options.rs
@@ -233,6 +233,7 @@ pub struct ReplaceOptions {
233
///
234
/// Only available in MongoDB 4.2+. See the official MongoDB
235
/// [documentation](https://docs.mongodb.com/manual/reference/command/update/#ex-update-command-hint) for examples.
236
+ #[builder(default)]
237
pub hint: Option<Hint>,
238
239
/// The write concern for the operation.
0 commit comments