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]
fn as_mut_string(&mut self) -> &mut String
[src]
fn finish(self) -> &'a mut Url
[src]
type Finished = &'a mut Url
impl<'a> Debug for UrlQuery<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more