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§
- Error
Response - The negative response from the remote.it API when uploading a file.
- File
Upload - Struct to hold the details of a file to be uploaded to remote.it.
- File
Upload Builder - Use builder syntax to set the inputs and finish with
build()
. - R3Client
Upload File Async Builder - Use builder syntax to set the inputs and finish with
call()
. - R3Client
Upload File Builder - Use builder syntax to set the inputs and finish with
call()
. - Upload
File Response - The positive response from the remote.it API when uploading a file.