pub struct UrlUtils;Expand description
Common URL building utilities
Implementations§
Auto Trait Implementations§
impl Freeze for UrlUtils
impl RefUnwindSafe for UrlUtils
impl Send for UrlUtils
impl Sync for UrlUtils
impl Unpin for UrlUtils
impl UnwindSafe for UrlUtils
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