impl Clone for Any ()

This commit is contained in:
Rushmore Mushambi 2023-07-21 16:54:15 +02:00 committed by GitHub
parent 063f4e6665
commit a2f4d6776d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,