Crate containers_api

Source

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 a OptsBuilder 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 a OptsBuilder struct to construct it.
impl_opts_required_builder
Initialize a Opts struct with a required parameter and OptsBuilder 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.