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 9abe9b3 commit 50bb564Copy full SHA for 50bb564
sqlx-core/src/any/kind.rs
@@ -1,7 +1,7 @@
1
use crate::error::Error;
2
use std::str::FromStr;
3
4
-#[derive(Debug)]
+#[derive(Debug, Clone, Copy)]
5
pub enum AnyKind {
6
#[cfg(feature = "postgres")]
7
Postgres,
0 commit comments