Expand description
An API for working with well-known query parameters.
Structs§
- Builder
- An implementation of the “builder pattern” that can be used to construct a new query.
- Page
- Limit and offset based pagination parameters.
- Query
- Represents well-known query parameters.
- Sort
- A single sort instruction containing a direction and field path.
Enums§
- Direction
- The direction of a sort instruction.
Functions§
- from_
slice - Deserialize a
Query
from the bytes of a percent encoded query string. - from_
str - Deserialize a
Query
from a percent encoded query string. - to_
string - Serialize the given
Query
as a percent encoded query string. - to_vec
- Serialize the given
Query
as a representing percent encoded query string vector of bytes.