rust-query 0.9.1

A query builder using rust concepts.
Documentation
1
2
3
4
5
6
7
error[E0594]: cannot assign to data in dereference of `UserMut`
  --> tests/compile/mutate_unique.rs:13:5
   |
13 |     foo.name = "test".to_owned();
   |     ^^^^^^^^ cannot assign
   |
   = help: trait `DerefMut` is required to modify through a dereference, but it is not implemented for `UserMut`