pub struct QueryPairsWriter { /* private fields */ }Expand description
QueryPairsWriter is used to write query pairs to a url.
Implementations§
Auto Trait Implementations§
impl Freeze for QueryPairsWriter
impl RefUnwindSafe for QueryPairsWriter
impl Send for QueryPairsWriter
impl Sync for QueryPairsWriter
impl Unpin for QueryPairsWriter
impl UnwindSafe for QueryPairsWriter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more