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 3c6c90e commit 4ba2cfeCopy full SHA for 4ba2cfe
src/db/options.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
/// These are the valid options for creating a [`Database`](../struct.Database.html) with
14
/// [`Client::database_with_options`](../struct.Client.html#method.database_with_options).
15
-#[derive(Debug, Default, TypedBuilder)]
+#[derive(Clone, Debug, Default, TypedBuilder)]
16
pub struct DatabaseOptions {
17
/// The default read preference for operations.
18
#[builder(default)]
0 commit comments