Struct url::UrlQuery [] [src]

pub struct UrlQuery<'a> { /* fields omitted */ }

Implementation detail of Url::query_pairs_mut. Typically not used directly.

Trait Implementations

impl<'a> Target for UrlQuery<'a>
[src]

[src]

[src]

impl<'a> Debug for UrlQuery<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Drop for UrlQuery<'a>
[src]

[src]

Executes the destructor for this type. Read more