logo
pub struct Quoter { /* private fields */ }
Expand description

A quoter

Implementations

Decodes safe percent-encoded sequences from val.

Returns None when no modification to the original byte string was required.

Non-ASCII bytes are accepted as valid input.

Behavior for invalid/incomplete percent-encoding sequences is unspecified and may include removing the invalid sequence from the output or passing it as-is.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.