We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcc7c4 commit af41875Copy full SHA for af41875
1 file changed
postgres/src/builder.rs
@@ -8,6 +8,7 @@ use tokio_postgres::{Error, MakeTlsMode, Socket, TlsMode};
8
9
use crate::{Client, RUNTIME};
10
11
+#[derive(Debug, Clone, PartialEq)]
12
pub struct Builder(tokio_postgres::Builder);
13
14
impl Default for Builder {
0 commit comments