Struct gotham::http::PercentDecoded [] [src]

pub struct PercentDecoded { /* fields omitted */ }

Represents data that has been successfully percent decoded and is valid utf8

Methods

impl PercentDecoded
[src]

Attempt to decode data that has been provided in a perecent encoded 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 Clone for PercentDecoded
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PercentDecoded
[src]

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

This method tests for !=.

impl Debug for PercentDecoded
[src]

Formats the value using the given formatter.