aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

Derive Clone trait for Operation struct #146

Open juliannguyen4 opened 7 months ago

juliannguyen4 commented 7 months ago

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.