Expand description
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§
Traits§
- Access
- An easily implementable trait to acess a list of queries
- Access
Mut - An easily implementable trait to acess a list of queries on a mutable item
- Access
Next - Describes how to access query
- Access
Next Mut - Describes how to access query on a mutable item
- Access
Next Owned - Describes how to access query on an owned item
- Access
Owned - An easily implementable trait to acess a list of queries on an owned item
- Query
Set - An easily implementable trait to set a value form a list of queries on a mutable item
- Query
SetItem - Describe how to set a value from a query