Skip to content

Implement Clone for Client#39

Open
alpinevm wants to merge 1 commit into
microsoft:mainfrom
alpinevm:main
Open

Implement Clone for Client#39
alpinevm wants to merge 1 commit into
microsoft:mainfrom
alpinevm:main

Conversation

@alpinevm

Copy link
Copy Markdown

Summary

Client is documented as cloneable but did not implement Clone. Derive Clone so callers can cheaply duplicate a client while sharing the existing provider through its Arc.

Checklist

  • Tests added/updated
  • Regular tests pass locally (cargo nt)
  • Doc tests pass locally (cargo test --doc --all-features)
  • Docs updated
    • Existing docs updated where behavior changed
    • New doc added under docs/ if introducing a new area
    • Linked from docs/README.md

Links / Design notes

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant