Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make IsInserted more useful #1978

Merged
merged 4 commits into from
Aug 2, 2023
Merged

Make IsInserted more useful #1978

merged 4 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    5c56b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1fcde View commit details
    Browse the repository at this point in the history
  3. Implement Borrow<T> for Handle<T>

    This makes `Handle` more useful in some generic code, and I'm about to
    make use of that.
    hannobraun committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9354257 View commit details
    Browse the repository at this point in the history
  4. Make IsInserted more useful

    Requiring the `Borrow` trait here allows code that is generic over
    `IsInserted` to call methods on `T`.
    hannobraun committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e82d79b View commit details
    Browse the repository at this point in the history