pub struct DelimiterQS<'a> { /* private fields */ }

Implementations

Returns the values assigned to a key(only the last assignment) parsed using delimiter It will return None if the key didn’t exist in the querystring It will return Some(None) if the last assignment to a key didn’t have a value, ex &key&

Returns the last value assigned to a key without taking delimiters into account It will return None if the key didn’t exist in the querystring It will return Some(None) if the last assignment to a key didn’t have a value, ex &key&

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.