Struct multipart::server::save::SavedField [] [src]

pub struct SavedField {
    pub headers: FieldHeaders,
    pub data: SavedData,
}

A field that has been saved (to memory or disk) from a multipart request.

Fields

The headers of the field that was saved.

The data of the field which may reside in memory or on disk.

Trait Implementations

impl Debug for SavedField
[src]

[src]

Formats the value using the given formatter.