pub struct UrlMtQuery<'url> { /* private fields */ }Implementations§
Source§impl<'url> UrlMtQuery<'url>
impl<'url> UrlMtQuery<'url>
Trait Implementations§
Source§impl<'url> Debug for UrlMtQuery<'url>
impl<'url> Debug for UrlMtQuery<'url>
Auto Trait Implementations§
impl<'url> Freeze for UrlMtQuery<'url>
impl<'url> RefUnwindSafe for UrlMtQuery<'url>
impl<'url> Send for UrlMtQuery<'url>
impl<'url> Sync for UrlMtQuery<'url>
impl<'url> Unpin for UrlMtQuery<'url>
impl<'url> !UnwindSafe for UrlMtQuery<'url>
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