There was an error while loading. Please reload this page.
1 parent b419bf5 commit cdb40b1Copy full SHA for cdb40b1
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