mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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 std::str::FromStr;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum AnyKind {
|
||||
#[cfg(feature = "postgres")]
|
||||
Postgres,
|
||||
|
Loading…
x
Reference in New Issue
Block a user