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