Module multipart::server::save [] [src]

Utilities for saving request entries to the filesystem.

Structs

Entries

A result of Multipart::save_all().

PartialEntries

The partial result type for Multipart::save*().

PartialFileField

The file field that was being read when the save operation quit.

SaveBuilder

A builder for saving a file or files to the local filesystem.

SavedFile

A file saved to the local filesystem from a multipart request.

TempDir

A directory in the filesystem that is automatically deleted when it goes out of scope.

Enums

PartialReason

The reason the save operation quit partway through.

SaveDir

The save directory for Entries. May be temporary (delete-on-drop) or permanent.

SaveResult

The ternary result type used for the SaveBuilder<_> API.

Type Definitions

EntriesSaveResult

Shorthand result for methods that return Entries

FileSaveResult

Shorthand result for methods that return SavedFiles.