Struct url::UrlQuery [−][src]
pub struct UrlQuery<'a> { /* fields omitted */ }
Implementation detail of Url::query_pairs_mut
. Typically not used directly.
pub struct UrlQuery<'a> { /* fields omitted */ }
Implementation detail of Url::query_pairs_mut
. Typically not used directly.
impl<'a> RefUnwindSafe for UrlQuery<'a>
impl<'a> Send for UrlQuery<'a>
impl<'a> Sync for UrlQuery<'a>
impl<'a> Unpin for UrlQuery<'a>
impl<'a> !UnwindSafe for UrlQuery<'a>