Struct gotham::http::FormUrlDecoded [] [src]

pub struct FormUrlDecoded { /* fields omitted */ }

Represents data that has been successfully decoded from a form-urlencoded source and is valid utf8

Methods

impl FormUrlDecoded
[src]

Attempt to decode data that has been provided in www-form-urlencoded format and ensure that the result is valid utf8.

On success encapulate resultant data for use by components that expect this transformation has already occured.

Provide the decoded data this type encapsulates

Trait Implementations

impl PartialEq for FormUrlDecoded
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FormUrlDecoded
[src]

impl Hash for FormUrlDecoded
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for FormUrlDecoded
[src]

Formats the value using the given formatter.