Expand description

Builder types.

It is used by ClientExt to incrementally construct a Requests. Each builders has its own methods (create, update, etc.) to perform the desired operation with the client it contains. You can also get the request object for reuse using a method named as_request.

Structs

Builder for the build_antenna method.

Builder for the update_antenna method.

Builder for the [build_clip][crate::ClientExt::build_clip] method.

Builder for the [update_clip][crate::ClientExt::update_clip] method.

Builder for the build_file method.

Builder for the files method.

Builder for the update_file method.

Builder for the update_folder method.

Builder for the [update_emoji][crate::ClientExt::update_emoji] method.

Builder for the update_me method.

Builder for the build_message method.

Builder for the update_meta method.

Builder for the build_note method.

Builder for the server_logs method.

Builder for the users method.

Traits

Conversion to fields in users’ profile.