[−][src]Crate object_query
A representation of querying an object by either a key or an index. Normally an type implements
AccessNext and AccessNextMut. The json feature will implement this for the
serde_json::Value type
Macros
| query | Convenience macro for query arguments |
Enums
| Query | Either a key or an index query |
| SetResult | The result of doing a set operation |
Traits
| Access | An easily implementable trait to acess a list of queries |
| AccessMut | An easily implementable trait to acess a list of queries on a mutable item |
| AccessNext | Describes how to access query |
| AccessNextMut | Describes how to access query on a mutable item |
| QuerySet | An easily implementable trait to set a value form a list of queries on a mutable item |
| QuerySetItem | Describe how to set a value from a query |