pub struct UrlTool;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlTool
impl RefUnwindSafe for UrlTool
impl Send for UrlTool
impl Sync for UrlTool
impl Unpin for UrlTool
impl UnsafeUnpin for UrlTool
impl UnwindSafe for UrlTool
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