[][src]Module misskey_util::builder

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

AnnouncementUpdateBuilder

Builder for the update_announcement method.

AntennaBuilder

Builder for the build_antenna method.

AntennaUpdateBuilder

Builder for the update_antenna method.

ChannelBuilder

Builder for the build_channel method.

ChannelUpdateBuilder

Builder for the update_channel method.

ClipBuilder

Builder for the build_clip method.

ClipUpdateBuilder

Builder for the update_clip method.

DriveFileBuilder

Builder for the build_file method.

DriveFileListBuilder

Builder for the files method.

DriveFileUpdateBuilder

Builder for the update_file method.

DriveFileUrlBuilder

Builder for the build_file_from_url method.

DriveFolderUpdateBuilder

Builder for the update_folder method.

EmojiUpdateBuilder

Builder for the update_emoji method.

MeUpdateBuilder

Builder for the update_me method.

MessagingMessageBuilder

Builder for the build_message method.

MetaUpdateBuilder

Builder for the update_meta method.

NoteBuilder

Builder for the build_note method.

NotificationBuilder12-27-0

Builder for the build_notification method.

ServerLogListBuilder

Builder for the server_logs method.

UserListBuilder

Builder for the users method.

Traits

IntoUserFields

Conversion to fields in users' profile.