aerospike-client-rust icon indicating copy to clipboard operation
aerospike-client-rust copied to clipboard

Derive Clone trait for Operation struct

Open juliannguyen4 opened this issue 1 year ago • 0 comments

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.

juliannguyen4 avatar Feb 06 '24 02:02 juliannguyen4