Closed recmo closed 3 years ago
Looking at the implementation all members implement an efficient Clone. The Hyper and Authenticator will share the connection pool and token cache between clones. Storage can have a #[derive(Clone)].
Clone
#[derive(Clone)]
Please take a look at https://crates.io/crates/google-storage1/2.0.7+20210330 which has Clone implemented.
Looking at the implementation all members implement an efficient
Clone
. The Hyper and Authenticator will share the connection pool and token cache between clones. Storage can have a#[derive(Clone)]
.