pub struct URLLink;Expand description
URLLink (149).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for URLLink
impl RefUnwindSafe for URLLink
impl Send for URLLink
impl Sync for URLLink
impl Unpin for URLLink
impl UnsafeUnpin for URLLink
impl UnwindSafe for URLLink
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