Struct url::UrlQuery
[−]
[src]
pub struct UrlQuery<'a> { // some fields omitted }
Implementation detail of Url::query_pairs_mut
. Typically not used directly.
pub struct UrlQuery<'a> { // some fields omitted }
Implementation detail of Url::query_pairs_mut
. Typically not used directly.
impl<'a> Target for UrlQuery<'a>
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>
fn drop(&mut self)