Crate object_query

Source
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§

  • Convenience macro for query arguments

Enums§

  • Either a key or an index query
  • The result of doing a set operation

Traits§

  • An easily implementable trait to acess a list of queries
  • An easily implementable trait to acess a list of queries on a mutable item
  • Describes how to access query
  • Describes how to access query on a mutable item
  • Describes how to access query on an owned item
  • An easily implementable trait to acess a list of queries on an owned item
  • An easily implementable trait to set a value form a list of queries on a mutable item
  • Describe how to set a value from a query