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

add pointer_mut #68

Closed
oli-obk opened this issue May 13, 2016 · 1 comment
Closed

add pointer_mut #68

oli-obk opened this issue May 13, 2016 · 1 comment

Comments

@oli-obk
Copy link
Member

oli-obk commented May 13, 2016

It should be possible to add a pointer_mut(&str) method to Value. This would allow to add and modify values. (Maybe even a delete method) I failed to add such a method because of borrow checker.

#41 (comment)

CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 3, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 3, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 5, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 5, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.

Made oli-obk suggested changes
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 5, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.

Made oli-obk suggested changes
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 5, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.

Made oli-obk suggested changes
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 6, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.

Made oli-obk suggested changes
oli-obk added a commit that referenced this issue Dec 6, 2016
Implement issue #68 - add pointer_mut
@dtolnay
Copy link
Member

dtolnay commented Dec 7, 2016

Added in #171 and released in 0.8.4.

@dtolnay dtolnay closed this as completed Dec 7, 2016
CryptArchy added a commit to CryptArchy/json that referenced this issue Dec 8, 2016
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants