pub struct link;Expand description
HTML <link> element - Specifies relationships between the current document and an external resource
Example:
<link rel="stylesheet" href="style.css">
Trait Implementations§
Auto Trait Implementations§
impl Freeze for link
impl RefUnwindSafe for link
impl Send for link
impl Sync for link
impl Unpin for link
impl UnwindSafe for link
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