Skip to content

Commit 36fbf6c

Browse files
jnhyattsoedirgo
authored andcommitted
Make Postgrest Clone
1 parent 91e408a commit 36fbf6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ pub use builder::Builder;
8181
use reqwest::header::{HeaderMap, HeaderValue, IntoHeaderName};
8282
use reqwest::Client;
8383

84+
#[derive(Clone)]
8485
pub struct Postgrest {
8586
url: String,
8687
schema: Option<String>,

0 commit comments

Comments
 (0)