mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-05 00:35:30 +00:00
derive Clone, Copy for AnyKind (#1474)
This commit is contained in:
parent
b419bf5298
commit
cdb40b1f8e
@ -1,7 +1,7 @@
|
|||||||
use crate::error::Error;
|
use crate::error::Error;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
pub enum AnyKind {
|
pub enum AnyKind {
|
||||||
#[cfg(feature = "postgres")]
|
#[cfg(feature = "postgres")]
|
||||||
Postgres,
|
Postgres,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user