impl Clone for Any (#2309)
This commit is contained in:
parent
063f4e6665
commit
a2f4d6776d
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ where
|
|||
}
|
||||
|
||||
/// A dynamic connection that supports any engine and allows you to pick at runtime
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Any {
|
||||
id: i64,
|
||||
method: Method,
|
||||
|
|
Loading…
Reference in a new issue