Modules§
- conn
- Connection related items
- datetime
- Utility functions to handle dates and time.
- id
- opts
- tarball
- Utility functions to compression.
- url
- Utility functions to handle URL manipulation.
- version
Macros§
- define_
opts_ builder - Initialize a
Opts
struct with aOptsBuilder
struct to construct it. - impl_
field - Implements methods to set a parameter of a specified type serialized as JSON.
- impl_
filter_ func - Implements a filter method that uses a
Filter
trait parameter - impl_
json_ serialize - impl_
map_ field - Implements methods to set a urlencoded squence of key:value items.
- impl_
opts_ builder - Initialize a
Opts
struct with aOptsBuilder
struct to construct it. - impl_
opts_ required_ builder - Initialize a
Opts
struct with a required parameter andOptsBuilder
struct to construct it. - impl_
str_ enum_ field - Implements methods to set a urlencoded string enum parameter.
- impl_
str_ field - Implements methods to set a string parameter serialized as JSON.
- impl_
url_ bool_ field - Implements methods to set a urlencoded parameter of a boolean.
- impl_
url_ enum_ field - Implements methods to set a urlencoded enum parameter.
- impl_
url_ field - Implements methods to set a urlencoded parameter of a specified type.
- impl_
url_ serialize - impl_
url_ str_ field - Implements methods to set a urlencoded string parameter.
- impl_
url_ vec_ field - Implements methods to set a urlencoded parameter of a sequence of items.
- impl_
vec_ field - Implements methods to set a specified parameter that contains a seuquence of items serialized as JSON.