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