aerospike-client-rust
aerospike-client-rust copied to clipboard
Derive Clone trait for Operation struct
The Operation struct is not able to be cloned using .clone(). This feature needs to be added for the async Python client's Client.operate() method.
The Rust client's Operation is cloned here in the async Python client.