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]

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

Formats the value using the given formatter. Read more

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

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> Send for UrlQuery<'a>

impl<'a> Sync for UrlQuery<'a>