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]

[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.

[src]

Provide the decoded data this type encapsulates

Trait Implementations

impl Clone for PercentDecoded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PercentDecoded
[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 Debug for PercentDecoded
[src]

[src]

Formats the value using the given formatter.