Skip to content

Commit 50bb564

Browse files
committed
derive Clone, Copy for AnyKind
1 parent 9abe9b3 commit 50bb564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/any/kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::error::Error;
22
use std::str::FromStr;
33

4-
#[derive(Debug)]
4+
#[derive(Debug, Clone, Copy)]
55
pub enum AnyKind {
66
#[cfg(feature = "postgres")]
77
Postgres,

0 commit comments

Comments
 (0)