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 state private and only accessible through getter for State resource #8009

Merged
merged 6 commits into from
Apr 4, 2023

Commits on Mar 23, 2023

  1. impl Deref for State<S>

    Aceeri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e258de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbb81d View commit details
    Browse the repository at this point in the history
  3. Getter instead of deref

    Aceeri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    42d8e34 View commit details
    Browse the repository at this point in the history
  4. Fix up doctest

    Aceeri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e94a5fd View commit details
    Browse the repository at this point in the history
  5. Other doctests

    Aceeri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3b7ec7d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Impl PartialEq for State<S>

    Aceeri committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a4b8c16 View commit details
    Browse the repository at this point in the history