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 UTF-8

Trait Implementations

impl PartialEq for FormUrlDecoded
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for FormUrlDecoded
[src]

impl Hash for FormUrlDecoded
[src]

[src]

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

1.3.0
[src]

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

impl Debug for FormUrlDecoded
[src]

[src]

Formats the value using the given formatter.

impl AsRef<str> for FormUrlDecoded
[src]

[src]

Performs the conversion.