Module file_upload

Source
Expand description

Enabled by the file_upload feature. Contains structs and impl blocks related to uploading files to remote.it.

On the docs page of this module, you can only see the builder structs for the functions.

Please see R3Client for the actual functions you can call.

Structs§

ErrorResponse
The negative response from the remote.it API when uploading a file.
FileUpload
Struct to hold the details of a file to be uploaded to remote.it.
FileUploadBuilder
Use builder syntax to set the inputs and finish with build().
R3ClientUploadFileAsyncBuilder
Use builder syntax to set the inputs and finish with call().
R3ClientUploadFileBuilder
Use builder syntax to set the inputs and finish with call().
UploadFileResponse
The positive response from the remote.it API when uploading a file.

Enums§

UploadFileError