diff --git a/postgres/src/builder.rs b/postgres/src/builder.rs index 4eb75526..3a1ccfec 100644 --- a/postgres/src/builder.rs +++ b/postgres/src/builder.rs @@ -8,6 +8,7 @@ use tokio_postgres::{Error, MakeTlsMode, Socket, TlsMode}; use crate::{Client, RUNTIME}; +#[derive(Debug, Clone, PartialEq)] pub struct Builder(tokio_postgres::Builder); impl Default for Builder {