Struct UrlQuery
struct UrlQuery<'a> { ... }
Implementation detail of Url::query_pairs_mut. Typically not used directly.
Implementations
impl<'a> Debug for UrlQuery<'a>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<'a> Drop for UrlQuery<'a>
fn drop(self: &mut Self)
impl<'a> Freeze for UrlQuery<'a>
impl<'a> RefUnwindSafe for UrlQuery<'a>
impl<'a> Send for UrlQuery<'a>
impl<'a> Sync for UrlQuery<'a>
impl<'a> Target for UrlQuery<'a>
fn as_mut_string(self: &mut Self) -> &mut Stringfn finish(self: Self) -> &'a mut Url
impl<'a> Unpin for UrlQuery<'a>
impl<'a> UnwindSafe for UrlQuery<'a>
impl<T> Any for UrlQuery<'a>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for UrlQuery<'a>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for UrlQuery<'a>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for UrlQuery<'a>
impl<T> From for UrlQuery<'a>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for UrlQuery<'a>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for UrlQuery<'a>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for UrlQuery<'a>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>