Skip to main content

Module operator_futures

Module operator_futures 

Expand description

Futures provides the futures generated by Operator

By using futures, users can add more options for operation.

Structs§

OperatorFuture
Operator produces this future.

Type Aliases§

FutureCopier
Operator::copier_with returns this future.
FutureCopy
Operator::copy_with returns this future.
FutureDelete
Operator::delete_with returns this future.
FutureDeleter
This future creates a Deleter.
FutureList
Operator::list_with and Operator::lister_with return this future.
FutureLister
Operator::list_with and Operator::lister_with return this future.
FuturePresignDelete
Operator::presign_delete_with returns this future.
FuturePresignRead
Operator::presign_read_with returns this future.
FuturePresignStat
Operator::presign_stat_with returns this future.
FuturePresignWrite
Operator::presign_write_with returns this future.
FutureRead
Operator::read_with returns this future.
FutureReader
Operator::read_with and Operator::reader_with return this future.
FutureRename
Operator::rename_with returns this future.
FutureStat
Operator::stat_with returns this future.
FutureWrite
Operator::write_with returns this future.
FutureWriter
Operator::writer_with returns this future.