The headers that (may) appear before a multipart/form-data
field.
Everything in this struct are values from the client and should be considered untrustworthy.
This crate makes no effort to validate or sanitize any client inputs.
The field's name from the form.
The filename of this entry, if supplied. This is not guaranteed to match the original file
or even to be a valid filename for the current platform.
The MIME type (Content-Type
value) of this file, if supplied by the client.
If this is not supplied, the content-type of the field should default to text/plain
as
per IETF RFC 7578, section 4.4, but this
should not be implicitly trusted. This crate makes no attempt to identify or validate
the content-type of the actual field data.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Mutably borrows from an owned value. Read more
impl<T> Typeable for T where T: Any, | |
Get the TypeId
of this object.
impl<T> DebugAny for T where T: Any + Debug, | |
impl<T> CloneAny for T where T: Clone + Any, | |
impl<T> UnsafeAny for T where T: Any, | |