pub struct URLQueryParamBuilder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for URLQueryParamBuilder
impl RefUnwindSafe for URLQueryParamBuilder
impl Send for URLQueryParamBuilder
impl Sync for URLQueryParamBuilder
impl Unpin for URLQueryParamBuilder
impl UnsafeUnpin for URLQueryParamBuilder
impl UnwindSafe for URLQueryParamBuilder
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