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