Struct url::UrlQuery [] [src]

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

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

Trait Implementations

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

fn as_mut_string(&mut self) -> &mut String

fn finish(self) -> &'a mut Url

type Finished = &'a mut Url

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

fn drop(&mut self)

A method called when the value goes out of scope. Read more