Skip to content

Commit 485cd80

Browse files
committed
exec_profiles: Derive Clone for ExecutionProfileBuilder
This will be particularly useful in Cpp-Rust-driver project.
1 parent 328cc19 commit 485cd80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/src/transport/execution_profile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ pub(crate) mod defaults {
226226
/// # Ok(())
227227
/// # }
228228
/// ```
229+
#[derive(Clone, Debug)]
229230
pub struct ExecutionProfileBuilder {
230231
request_timeout: Option<Option<Duration>>,
231232
consistency: Option<Consistency>,

0 commit comments

Comments
 (0)